You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very basic python code for Jarvis. This code may be updated soon This file requires Python 3.7
Steps to get this code running :
Open cmd and then type pip install "PyAudio-0.2.11-cp37-cp37m-win_amd64.whl" to install the required wheel file
Then direct to the location where file is downloaded
In location bar type "cmd" and hit Enter
Now you need to install required libraries. To do so type "pip install -r requirements.txt" on command prompt and hit Enter
Wait till all the files are downloaded successfully (Installation time depends on your network speed and processor's speed)
Then simply run "jarvis.py" using "python jarvis.py"
Now your assistant is ready to be used.... Enjoy !
If anyone wants edit this code or add new features, You are more than welcome to do so. Just let me know after you update anything. I will surely appreciate your efforts.