This is a basic project Ai Voice Assistant created using Python. It used many libraries to provide functionality such as playing YouTube videos, answering questions using Wikipedia , giving the current date and time.
this assistant listens to user commands through speech recognition and responds to them using a text-to-speech engine.
- speech_recognition
- pyttsx3
- Wikipedia
- pywhatkit
- Simple Responses
- Provide Current Time and Date
- Search Wikipedia
- Play Music
- Clone the repository:
git clone https://github.com/coder-pink/Alexa-Voice-Assistant.git
- Install dependencies:
pip install speech_recognition pyttsx3 wikipedia pywhatkit
- Run the Script:
- "Alexa, how are you?"
- "Alexa, what is your name?"
- "Alexa, what is the date today?"
- "Alexa, search Wikipedia for programming"
- "Alexa, play Shape of You"
- "Alexa, what is the time?"
- "Stop" : Exit the assistant