https://github.com/konradlinkowski/voicemanager
Brainless voice assisstant.
https://github.com/konradlinkowski/voicemanager
chromedriver google pipenv pyaudio voice-assistant
Last synced: about 1 year ago
JSON representation
Brainless voice assisstant.
- Host: GitHub
- URL: https://github.com/konradlinkowski/voicemanager
- Owner: KonradLinkowski
- License: mit
- Created: 2020-01-21T23:41:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T01:15:35.000Z (about 5 years ago)
- Last Synced: 2025-01-26T19:51:19.026Z (over 1 year ago)
- Topics: chromedriver, google, pipenv, pyaudio, voice-assistant
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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][pyaudio].
4. Use [pipenv] to protect your sanity.
```sh
pipenv install
pipenv run python my_project.py
```
5. To improve your life satisfaction don't ever use python again.
## Customization
Use [config.json][config_file] to create a command that you need using regex.
[chromedriver]: https://chromedriver.chromium.org/downloads
[pyaudio]: https://stackoverflow.com/questions/20023131/cannot-install-pyaudio-gcc-error#answer-35593426
[pipenv]: https://github.com/pypa/pipenv
[config_file]: ./config.json