Skip to content

A Speech recognizing assistant with various functionalities.

Notifications You must be signed in to change notification settings

Gibberlin/VoiceAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voice Assistant

This is Simple Voice Assistant tool made with Python. That is free to use and Open Source. Feel free to use it in your personal projects. ;-) This is Simple Voice Assistant tool made with Python. That is free to use and Open Source. Feel free to use it in your personal projects. This program is only supported on windows. Support for other OSs will be added soon. ;-)

#Requirments To run this app you would need the following module installed on your system PyAudio pyttsx3 speechRecognition wikipedia

Voice Assistant

This is Simple Voice Assistant tool made with Python. That is free to use and Open Source. Feel free to use it in your personal projects. ;-)

Authors

Deployment

To deploy this project you can run the install.bat batch file thats included in the project or use can use the followint

  pip install pyttsx3 
  pip install speechrecognition
  pip install datetime
  pip install wikipedia
  pip install webbrowser
  pip install pyaudio
  pip install python-dotenv

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Spotify Client ID API_KEY

Spotify Client Secret ANOTHER_API_KEY

Run Locally

Clone the project

  git clone https://github.com/Gibberlin/VoiceAssistant

Go to the project directory

  cd VoiceAssistant

Install dependencies (you can also run the Install.bat to install all the dependencies)

  pip install pyttsx3 
  pip install speechrecognition
  pip install datetime
  pip install wikipedia
  pip install webbrowser
  pip install pyaudio
  pip install python-dotenv

Start the service

  python main.py

About

A Speech recognizing assistant with various functionalities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published