Wyoming protocol server for the snowboy wake word detection system.
docker run -it -p 10400:10400 rhasspy/wyoming-snowboy
If you are using the add-on or Docker container, custom wake word training is built in. See the documentation for details:
There are two options for manually training your own wake word:
Once your wake word is trained, add --custom-model-dir <DIR>
to look for *.pmdl
models in <DIR>
Dependencies:
sudo apt-get update
sudo apt-get install python3-dev build-essential swig libatlas-base-dev
Install:
git clone https://github.com/rhasspy/wyoming-snowboy.git
cd wyoming-snowboy
script/setup
Run:
script/run --uri 'tcp://0.0.0.0:10400' --debug