https://github.com/mycroftai/plugin-wake-word-precise-lite
Use Mycroft Precise as a wake-word plugin
https://github.com/mycroftai/plugin-wake-word-precise-lite
hacktoberfest hot-word mycroft-plugin precise voice wake-word
Last synced: 5 months ago
JSON representation
Use Mycroft Precise as a wake-word plugin
- Host: GitHub
- URL: https://github.com/mycroftai/plugin-wake-word-precise-lite
- Owner: MycroftAI
- License: apache-2.0
- Created: 2021-09-26T23:54:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T04:11:55.000Z (about 4 years ago)
- Last Synced: 2025-04-09T06:41:36.958Z (about 1 year ago)
- Topics: hacktoberfest, hot-word, mycroft-plugin, precise, voice, wake-word
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-wake-word-precise
Use Mycroft Precise tflite models as your wake word.
This module provides a Mycroft plugin module for the hotword_factory which supports the `hey_mycroft.tflite` model. It adds a dependency for the tensorflow lite runtime, but other than that its requirements should be satisfied by the default Mycroft environment.
## Installation
This module must be pip installed into the Mycroft virtual environment before use.
```
mycroft-pip install https://github.com/MycroftAI/plugin-wake-word-precise-lite
```
Then change your Mycroft Configuration to use the installed module:
```
"module": "hotword_precise_lite",
"local_model_file": "/path/to/your/model/hey_mycroft.tflite",
```
The Voice Service will automatically reload when you save the configuration. Check the output at `/var/log/mycroft/voice.log` to ensure the plugin and model were both loaded correctly.