Jarvis_voiceAssistance
This is a working model for which I have used python.
This model can: 1)Play a video or song on youtube. 2)Tell us time. 3)Tell us computer related jokes. 4)and you search for a person and meaning of words using wikepedia.
modules used: (note for python verion 10 and plus)
- speech_recognition ----> pip install SpeechRecognition
- pyttsx3 ----> pip install pyttsx3
- pyaudio ----> pip install pipwin ----> pipwin install pyaudio
- pywhatkit ----> pip install pywhatkit
- datetime ----> pre-installed with python
- wikipedia ----> installed with pywhatkit still you can check it with ----> pip install wikipedia
- pyjokes ----> pip install pyjokes