Wyoming protocol server for the microWakeWord wake word detection system.
Clone the repository and set up Python virtual environment:
git clone https://github.com/rhasspy/wyoming-microwakeword.git
cd wyoming-microwakeword
script/setup
Run a server that anyone can connect to:
script/run --uri 'tcp://0.0.0.0:10400'
See script/run --help
for more options.
docker run -it -p 10400:10400 rhasspy/wyoming-microwakeword