Views
No views yet
| File | Size | Purpose |
|---|---|---|
melspectrogram.onnx | 1.1 MB | Converts 16 kHz int16 audio → 32-bin mel-spectrogram frames |
embedding_model.onnx | 1.3 MB | Google speech_embedding/1 — mel frames → 96-dim embeddings |
hf_hub_download callers (e.g. witness-wake) can pull them without pip / GitHub-release-API round trips.ort + the openwakeword feature pipeline directly (no Python).hf_hub_download semantics.pip install openwakeword then python -c "import openwakeword; openwakeword.utils.download_models([])" — populates <site-packages>/openwakeword/resources/models/.littlebearlabs/hey-virgil-wake-word — Little Bear Labs's "hey virgil" detector..onnx from the openwakeword ecosystem.1@software{openwakeword,
2 author = {David Scripka},
3 title = {openWakeWord: A library for training open-source wake word models},
4 year = {2024},
5 url = {https://github.com/dscripka/openWakeWord}
6}