You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python-based voice assistant that can perform various tasks, such as playing songs on YouTube, telling system time and date, and providing information about a topic from Wikipedia. The voice assistant uses popular Python packages like `speech_recognition`, `pyttsx3`, and `wikipedia`.
6
+
7
+
## Features
8
+
9
+
- Speech recognition for voice commands
10
+
- Text-to-speech (TTS) capabilities for providing responses
11
+
- Integration with YouTube for playing songs
12
+
- Wikipedia integration for information retrieval
13
+
- System time and date retrieval
14
+
15
+
## Dependencies
16
+
17
+
- Python 3.6+
18
+
- Required Python packages:
19
+
-`speech_recognition` for voice recognition
20
+
-`pyttsx3` for text-to-speech
21
+
- Other packages for specific functionalities (if applicable)
0 commit comments