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 my final project for Harvard's CS50x course. I have tried to create Jarvis, who is basically iron man's virtual assistant(like Siri and Alexa). I created this project using the programming language Python.
What all he can do
You can ask Jarvis the time and date, he can search something on Google, Youtube, and wikipedia for you and can open any website on Google.
Usage
All you have to do is run the program, First Jarvis wishes you good morning, good afternoon or good evening according to the time and then he would start listening to whatever you are saying after a second. If you want to stop the program, you have to say goodbye or goodnight.
Requirements
Python 3
Python libraries
pyttsx3
datetime
speech_recognition
wikipedia
keyboard
webbrowser
os
How to install these libraries
Use the package manager pip to install them
pip install "libary name"
About
This is my final project for Harvard's CS50x course. I have tried to create Jarvis, who is basically iron man's virtual assistant(like Siri and Alexa). I created this project using the programming language Python.