Improve accuracy for hot word detection
See original GitHub issuehttps://photos.app.goo.gl/M34ZXSNToWKnmiAH6
Hi
I am trying to make a hot word detection app that listens for the phrase “care direct”.
I am using the tip of master 1725bde253128641e544471f875cf736474ee0a1
Here is the only code change:
rec = new KaldiRecognizer(activityReference.get().model, 16000.f, "[\"care direct\"]");
As you can see from the video the accuracy is pretty poor - despite stating the phrase in the grammar argument. Any tips to improve accuracy? many thanks 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:15
Top Results From Across the Web
Google has a plan to improve hotword detection on Android ...
Google is working on a new technique that is aimed at improving hotword detection on Android smartphones while protecting users' privacy.
Read more >Experimenting with Hotword Detection: The Pao-Pal
There has also been tests of improving hotword detection using an accelerometer sensor [8]. Using the sensor and its data that is found...
Read more >arXiv:2111.00379v2 [cs.CL] 1 Mar 2022
This way a state of the art accuracy is achieved for hotword detection with fewer audio examples of the hotwords. To our knowledge,...
Read more >Practical tests of hot-word feature and default model's accuracy
Trying our best, we have made an analysis of practical usage of hot-word feature and DeepSpeech default model's accuracy, so you determine ...
Read more >Build Your Own A.I. - Video 7: Hotword Detection - YouTube
In this video we are going to discuss options for hotword detection, how it works, and setup Snowboy for our AI client.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You are welcome
You should have modified this line:
https://github.com/alphacep/vosk-android-demo/blob/1725bde253128641e544471f875cf736474ee0a1/app/src/main/java/org/kaldi/demo/KaldiActivity.java#L274
not the line above. The line above which you modified is for file recognition.