Pre-built ESP-SR speech recognition model partition images for Willow devices.
This repository provides ready-to-flash srmodels.bin files for Willow's OTA model update feature. Each release contains individual wake word model partition images built from Espressif's ESP-SR repository.
Check the Releases page for pre-built model tarballs.
Each tarball contains:
srmodels.bin— packed model partition image (flash via Willow OTA)LICENSE— MIT license from ESP-SRSOURCE.txt— link to the original model source
A GitHub Actions workflow:
- Clones the ESP-SR repository
- Packs each WakeNet v9 (
wn9_*) model using Espressif'spack_model.py - Creates tarballs with license attribution
- Publishes as a GitHub Release
The wake word models are from Espressif's ESP-SR and are licensed under the MIT License.