https://github.com/OVOSHatchery/ovos-ww-plugin-nyumaya
mycroft wake word plugin for nyumaya v1.0.0
https://github.com/OVOSHatchery/ovos-ww-plugin-nyumaya
keyword-detection keyword-spotting maintainer-wanted nyumaya wake-word-detection wakeword
Last synced: 25 days ago
JSON representation
mycroft wake word plugin for nyumaya v1.0.0
- Host: GitHub
- URL: https://github.com/OVOSHatchery/ovos-ww-plugin-nyumaya
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2020-12-18T10:24:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T22:52:05.000Z (over 1 year ago)
- Last Synced: 2025-05-08T05:02:24.666Z (27 days ago)
- Topics: keyword-detection, keyword-spotting, maintainer-wanted, nyumaya, wake-word-detection, wakeword
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mycroft-community - Project Link
README
## Description
Mycroft wake word plugin for [Nyumaya](https://github.com/nyumaya) version 1.0.0### Performance
- Pi Zero: CPU 40%
- Pi 3: CPU
- Pi 4: CPU one core: 4%## Install
`pip install ovos-ww-plugin-nyumaya`
## Configuration
The default free wake words are included with this plugin
Add the following to your hotwords section in mycroft.conf
```json
"hotwords": {
"alexa": {
"module": "ovos-ww-plugin-nyumaya",
"model": "alexa",
"sensitivity": 0.5,
"extractor_gain": 1.0
},
"marvin": {
"module": "ovos-ww-plugin-nyumaya",
"model": "marvin",
"sensitivity": 0.5,
"extractor_gain": 1.0
},
"sheila": {
"module": "ovos-ww-plugin-nyumaya",
"model": "sheila",
"sensitivity": 0.5,
"extractor_gain": 1.0
},
"firefox": {
"module": "ovos-ww-plugin-nyumaya",
"model": "firefox",
"sensitivity": 0.5,
"extractor_gain": 1.0
}
}
```Then select what wakeword to use
```json
"listener": {
"wake_word": "alexa"
}
```# Training your own wake word
You can request new wake words [here](https://nyumaya.com/requesting-custom-keywords/)