BMO openWakeWord models
Custom openWakeWord pack for the wake phrase “Hey BMO” (trained as hey beemo).
Files
| File | Description |
|---|---|
hey_beemo.onnx |
Wake-word classifier (“Hey BMO”) |
melspectrogram.onnx |
Shared openWakeWord mel feature model |
embedding_model.onnx |
Shared openWakeWord speech embedding model |
All three are required at runtime.
Shared feature models come from openWakeWord-cpp / openWakeWord.
Download
hf download amrmantawi/bmo-openwakeword --local-dir models/ww
local-llm config
"openwakeword": {
"melspectrogram": { "path": "../models/ww/melspectrogram.onnx" },
"embedding": { "path": "../models/ww/embedding_model.onnx" },
"model": { "path": "../models/ww/hey_beemo.onnx" }
}
Training
hey_beemo.onnx was trained with the openWakeWord Google Colab notebook on synthetic speech for hey beemo.