Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1014 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 1014 Bytes

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