Python is a suitable language for scriptwriters and developers. This is a script for Personal Voice Assistant using Python, and we named it Jarvis. The query for the assistant is manipulated as per the user’s need.The implemented assistant can open up the application (if it’s installed in the system), open Google, Wikipedia and YouTube and many other things as per the queries given, or you give by just giving the voice command.
We process the data as per the need or add the functionality, depends upon how we code things. We are using Google speech recognition API and google text to speech for voice input and output respectively.
To start
Jarvis
you are going to require fewLibraries
. The list ofLibrarys
are given billow
- Pyttsx3
- SpeechRecognition
- Wikipedia
- Requests
- PyAudio
To
install
theseLibraries
the followingcommands
are given billow
pip install pytts3
pip install SpeechRecognition
pip install wikipedia
pip install requests
pip install PyAudio
We also attach
requirement.txt
file with this project. You can also install theseLibraries
with this file by following thisCommand
pip install -r requirement.txt
To get more interesting projects follow our GitHub page at Here
To get more interesting projects follow our Bitbucket page at Here