https://github.com/siddhesh-desai/voice-assistant
This virtual voice assistant recocgnizes human speech, talk to user and executes basic commands.
https://github.com/siddhesh-desai/voice-assistant
ai artificial-intelligence assistant chatbot python python-project python-projects speech-recognition tts virtual-assistant voice-assistant
Last synced: 3 months ago
JSON representation
This virtual voice assistant recocgnizes human speech, talk to user and executes basic commands.
- Host: GitHub
- URL: https://github.com/siddhesh-desai/voice-assistant
- Owner: siddhesh-desai
- Created: 2022-07-13T17:57:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T18:11:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T10:53:12.045Z (5 months ago)
- Topics: ai, artificial-intelligence, assistant, chatbot, python, python-project, python-projects, speech-recognition, tts, virtual-assistant, voice-assistant
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Voice Assistant using Python
This virtual voice assistant recocgnizes human speech, talk to user and executes basic commands. This service requires Python 3.6 and the modules given below installed.# Requirements
- Python Version : 3.6.x
- Modules Required
- os
- speech_recognition
- pyttsx3
- pywhatkit
- datetime
- wikipedia
- pyjokes
- webbrowser
- googlesearch
- bs4
- requests# Assistant Skills
- Play a song on YouTube
- Tell today's time
- Search a personality on Wikipedia
- Tell a joke
- Search for top result on Google
- Open certain applications on system
- Get weather of specific location# Show Stoppers
Only for basic use. No use of Artificial Intelligence. The system cannot guess other commands and not even take commands from synonyms. Very much restricted and limited.# Hope you like it! Keep Learning :)
Visit my profile - https://www.linkedin.com/in/thesiddheshdesai/
Reach out to me at [email protected]