OpenVoiceOS wake word plugin for precise using onnxruntime instead of tflite
download pre-trained precise-lite-models
pip install ovos_ww_plugin_precise_onnxAdd the following to your hotwords section in mycroft.conf
"listener": {
"wake_word": "hey_mycroft"
},
"hotwords": {
"hey_mycroft": {
"module": "ovos-ww-plugin-precise-onnx",
"model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.onnx",
"trigger_level": 3,
"sensitivity": 0.5
}
}Get community models here
This work was made possible by the generous grant from NGI0 Commons Fund
This project was funded through the NGI0 Commons Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101135429. Additional funding is made available by the Swiss State Secretariat for Education, Research and Innovation (SERI).
