Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeonGeckoCom/neon-ww-plugin-efnet
https://github.com/NeonGeckoCom/neon-ww-plugin-efnet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/NeonGeckoCom/neon-ww-plugin-efnet
- Owner: NeonGeckoCom
- License: apache-2.0
- Created: 2021-11-11T21:10:13.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-15T19:12:54.000Z (about 3 years ago)
- Last Synced: 2024-08-04T02:06:30.767Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ovos-plugins - neon_ww_plugin_efficientwordnet
README
## Description
plugin for https://github.com/Ant-Brain/EfficientWord-Net
## Install
`pip install neon_ww_plugin_efnet`
Then configure a wake_word with module set to `neon_ww_plugin_efnet`
```json
"listener": {
"wake_word": "hey mycroft"
},
"hotwords": {
"hey mycroft": {
"module": "neon_ww_plugin_efnet",
"reference_file": "path/to/hey_mycroft_ref.json"
}
}
```