Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Alexa AI Voice Assistant

Overview

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.

Libraries

  • speech_recognition
  • pyttsx3
  • Wikipedia
  • pywhatkit

Features

  • Simple Responses
  • Provide Current Time and Date
  • Search Wikipedia
  • Play Music

SetUp

  1. Clone the repository:
    git clone https://github.com/coder-pink/Alexa-Voice-Assistant.git
  2. Install dependencies:
    pip install speech_recognition pyttsx3 wikipedia pywhatkit
  3. Run the Script:

Use Example :

  • "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

About

Alexa Voice Assistant using python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages