Voice Assistant
Beast is a voice assistant program works fully on voice input method like Siri, Alexa, Google Assistant to search queries on Wolfram & Wikipedia.
Steps should be taken to run this program.
- Create an account on WolframAlpha https://www.wolframalpha.com/
- Generate an API key for your app to request queries from WolframAlpha.
Install Following python modules to avoid possible errors (Ignore this Step if already Installed )
pip install wolframalpha api
pip install wikipedia
pip install pysimplegui
pip install pyttsx3
pip install pywin32
pip install html5lib
pip install lxml
pip install speechrecognition
pip install pyaudio
Preview beast.py file to know more information about these modules and APIs. You are all set! Now clone this repository and don't forget to add in star for future changes. https://github.com/iamgauravshukla/Python-Voice-Assitant-Fully-Voice-Control-