Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prakharjadaun/voice-assistant
Created a Voice Assistant with the help of pyttsx3 library. Also, I have added a simple GUI with the help of Kivy library.
https://github.com/prakharjadaun/voice-assistant
kivy-application pyttsx3 speech-recognition voice-assistant
Last synced: 29 days ago
JSON representation
Created a Voice Assistant with the help of pyttsx3 library. Also, I have added a simple GUI with the help of Kivy library.
- Host: GitHub
- URL: https://github.com/prakharjadaun/voice-assistant
- Owner: prakharjadaun
- License: mit
- Created: 2022-02-08T04:59:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T04:34:27.000Z (about 2 years ago)
- Last Synced: 2024-10-14T06:40:38.237Z (29 days ago)
- Topics: kivy-application, pyttsx3, speech-recognition, voice-assistant
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Voice Assistant**
I have made a voice assistant using python. I have used several audio libraries like 'speech_recognition', 'pyttsx3', 'pyaudio' etc. for speech recognition and answering to the user.
I have used 'kivy' library to add simple GUI and added a mic animation over there. Whenever use click on the mic icon, it glows up and the program starts listening to the user. As soon as the user ends the command, the program searches whether it can fulfill the command or not.
You can do many activities like listening to news, opening your whatsapp or instagram, knowing what time it is in the clock, play music etc. and you can do these activities on just giving a voice command.
Seems interesting right?
Then check this out!