You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
About
@codealpha Simple Voice Assistant Program using Python