The projects implements this blog post. It is a voice-controlled personal assistent as Tony Stark's Jarvis. The agent is capable for performing several actions such as:
- open notepad++
- open command prompt
- open camera
- open calculator
- recover the ip address
- search on wikipedia
- search on youtube
- search on google
- send emails
- tell jokes
- give free advices
pip install -r requirements.txt
python main.py
Note: If you get an error related to PyAudio, download PyAudio wheel from here and install it within the virtual environment. Alternatively, use the wheel file in the data/ folder.