Inspiration🚩😊
Python has been one of my favorite Languages and i have created a PY Audio Project using the same
What it does🤩🤩
Pyaudio − It can be installed by using pip install Pyaudio command.
SpeechRecognition − This package can be installed by using pip install Speech Recognition , helps us to save time by speaking instead of typing.
It also gives us the power to communicate with our devices without even writing one line of code.
This makes technological devices more accessible and easier to use.
Speech recognition is a great example of using machine learning in real life.
In this project the User can give Voice commands to the Program which is Alexa and our Alexa will reply with the Relevant Output in her Melodious Voice .
Please Note
Don't call her by any names other than Alexa else She will not Listen to youRequirements:
Make sure you install these packages before moving forward to other python libraries-
Speech Recognition
pip install Speech Recognition
PyAudio
pip install PyAudio
ttsx: (Offline Text to Speech Service)
pip install pyttsx3
winshell
pip install winshell
subprocess
pip install subprocess
requests
pip install requests
## Current functionality
- Greets you as per time
- Finds near by restaurants
- Open google
- Plays music
- Tells you the time
- Tells you the date
- Searches the input in chrome
- Do few general chatting like: 'How are you', 'reason for you', etc.

Log in or sign up for Devpost to join the conversation.