Skip to content

rhasspy/wyoming-microwakeword

Repository files navigation

Wyoming microWakeWord

Wyoming protocol server for the microWakeWord wake word detection system.

Home Assistant Add-on

Show add-on

Source

Local Install

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 Image

docker run -it -p 10400:10400 rhasspy/wyoming-microwakeword

Source