Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.44 KB

File metadata and controls

34 lines (26 loc) · 1.44 KB

Python ALPHA (Speech Recognition Assistant CodeAlpha)

Speech Recognition Assistant is a Python project that utilizes speech recognition capabilities to create an interactive voice assistant. It allows you to perform various tasks and interact with your computer using voice commands. #CodeAlpha

    Features

  • Speech recognition to understand voice commands
  • Get the current time with the time command
  • Retrieve information about a person from Wikipedia with the who is command
  • Tell jokes using the joke command
  • GUI Interface
  • Generate code based on a given prompt with the generate code command

To run the Speech Recognition Assistant, follow these steps:

Clone the repository: git clone(https://github.com/mprabhashmp/CodeAlpha_Voice_Assistant.git)
Install the required dependencies: pip install -r requirements.txt requirements.txt

Usage

Run the script: python voice_assistant.py Make sure you have a working microphone connected to your system. Start speaking commands when prompted with "Listening..." The assistant will recognize your voice command and perform the corresponding action.

Screenshot 2024-04-19 102738