Skip to content

KonradLinkowski/VoiceManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceManager

Voice assistant - running basic commands with speech recognition.

Running

  1. Download chromedriver that matches yoor chrome version.
  2. Unzip driver and save it is chromedriver in project's root directory.
  3. Follow this answer.
  4. Use pipenv to protect your sanity.
pipenv install
pipenv run python my_project.py
  1. To improve your life satisfaction don't ever use python again.

Customization

Use config.json to create a command that you need using regex.

Releases

No releases published

Packages

No packages published

Languages