MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.51k stars 1.27k forks source link

New Hotword Detector : EfficientWord-Net (Feature Request) #3034

Closed TheSeriousProgrammer closed 4 weeks ago

TheSeriousProgrammer commented 2 years ago

Hi , I developed a new hotword detector named EfficientWord-Net , it works on One-Shot Learning Very similar to face recognition . One needs to provide just a few positive samples of the hotword to make it start detecting hotwords

Just like Google Assistant's hotword detector, the engine performs the best when samples are directly collected form the target user

Hope the it will be of help to Mycroft

Github Repo : https://github.com/Ant-Brain/EfficientWord-Net

ChanceNCounter commented 2 years ago

Seems to be missing a license.

TheSeriousProgrammer commented 2 years ago

My bad, just now added the license file Apache License 2.0

goldyfruit commented 2 years ago

That's nice, you should try to write a PR to connect your hotword detector as a Mycroft plugin.

NeonDaniel commented 2 years ago

Thanks to @JarbasAl for this one here: https://github.com/NeonGeckoCom/neon_ww_plugin_efnet

TheSeriousProgrammer commented 2 years ago

Thanks to @JarbasAl for this one here: https://github.com/NeonGeckoCom/neon_ww_plugin_efnet

This looks neat ! Will try to create a wakeowrd for mycroft and make a PR

forslund commented 4 weeks ago

Closing Issue since we're archiving the repo