Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NeonGeckoCom/neon-ww-plugin-efnet


https://github.com/NeonGeckoCom/neon-ww-plugin-efnet

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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"
}
}

```