This is a Virtual assistant like ALEXA or GOOGLE made with python. Name of the assistant is JARVIS. I used Virtual Studiocode (VS code) IDE for this project.
What can this A.I. assistant(JARVIS) do for you?
- It can play music for you.
- It can do Wikipedia searches for you.
- It is capable of opening websites like Google, Youtube, etc., in a web browser.
- It is capable of open and close notepad with a single voice command.
- It can paly any video for you directly on youtube.
- It can show to any location of your request.
- You can actually see shop results from e-commarce websites like Flipkart and Amazon.
- It can tell you about the current time and date.
The modules that are used here are:
- pyttsx3 : This module is used for converting the texts into speech.
- speech_recognition : Used for recognize the voice command given by user.
- Datetime : To get the information about current date and time.
- wikipedia : Used to do wikipwdia searches.
- webbrowser : To open cirtain websites and do searches according to the command.
- pywhatkit : Used for playing any video directly on youtube.
- pyjokes : To hear a joke.
- subprocess : Used for opening and closing notepad.