Created a Voice Assistant Using Python
- Set up python project environment (Using PyCharm or equivalent)
- Use github's main.py
- Copy listening.wav to project directory
- Install Dependencies (Described Below)
- Run Program!
- Check out commands.md for a list of commands you can do!
pip3 install SpeechRecognition
https://pypi.org/project/SpeechRecognition/
pip3 install pyttsx3
https://pypi.org/project/pyttsx3/
pip3 install PyAudio
https://pypi.org/project/PyAudio/
pip3 install pywhatkit
https://pypi.org/project/pywhatkit/
pip3 install wikipedia
https://pypi.org/project/wikipedia/
pip3 install pyjokes
https://pypi.org/project/pyjokes/
pip3 install playsound