Skip to content

Real Time voice assistant using Google text to speech library

Notifications You must be signed in to change notification settings

Dinesh101041/Voice-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voice assistant

This is a voice assistant using Python

It can search by

  1. Time
  2. Google search
  3. YouTube videos

Dependencies

  1. Python Standard Library packages:
    • os - to perform system operations
    • random - to generate random file
    • time - to get the time
    • webbrowser - to display web-based documents
  2. Third party packages:
    • gTTS - Google text-to-speech
    • playsound - to play the reply
    • pyaudio - to speak through the microphone
    • SpeechRecognition - Google package to recognize speech

To run

Clone or download the Repository and then type the following:

python -m pip install -r requirements.txt
python main.py

About

Real Time voice assistant using Google text to speech library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages