#Different speech to text engines compared for wake word detection accuracy #Wake word used is "ASSISTANT"
#Different tasks implemented in this virtual assistant are
Search Wikipedia for information
Switch On/Off lights (virtual)
Get weather updates
Play a video on YouTube
Send an e-mail
Suggest an activity
Opening chrome
Run search queries on Google
#Libraries to install
pip install SpeechRecognition
pip install wikipedia
pip install pyttsx3
pip install pyaudio
#For STT comparison
pip install --upgrade "ibm-watson>=5.2.3"
For sphinx you have to struggle a bit depending on your system
pip install pocketsphinx