Desktop assistant using Python and JARVIS
By Abhishek Deepak Bang
This is basically the desktop assistant project in Python a speech recognizer that recognizes the voice and gives suggestions for particular predefined commands
The project is about a desktop assistant using Python and Jarvis.
The project uses a speech recognition module in Python and a speech API is known as sapi 5 (Female version)
Dependencies of this projects include :
speech_recognizer
pyjokes
pyttsx3
We are also importing the other libraries such as web browsers, DateTime, os.
All this needs to be installed using the pip command in python.
Recommended IDE is PyCharm
We first create an engine in this project and then we initialize the engine and then we are also creating a greeting function that greets before resolving the queries of the user.
then after initializing JARVIS we deliver the respective commands.
Comments