mycroft-core icon indicating copy to clipboard operation
mycroft-core copied to clipboard

New Hotword Detector : EfficientWord-Net (Feature Request)

Open TheSeriousProgrammer opened this issue 4 years ago • 5 comments
trafficstars

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

TheSeriousProgrammer avatar Nov 11 '21 07:11 TheSeriousProgrammer

Seems to be missing a license.

ChanceNCounter avatar Nov 11 '21 14:11 ChanceNCounter

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

TheSeriousProgrammer avatar Nov 11 '21 18:11 TheSeriousProgrammer

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

goldyfruit avatar Nov 11 '21 22:11 goldyfruit

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

NeonDaniel avatar Nov 11 '21 22:11 NeonDaniel

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

TheSeriousProgrammer avatar Nov 12 '21 02:11 TheSeriousProgrammer