Goodmorning,
I'm working on a project running on nrf840. I would like to add a speech recognition system able to recognize some words ( more or less 10 words).
There is some Nordic compatible library ?
thank you so much
Goodmorning,
I'm working on a project running on nrf840. I would like to add a speech recognition system able to recognize some words ( more or less 10 words).
There is some Nordic compatible library ?
thank you so much
nrf840
Did you mean nRF52840 ?
It's a Cortex-M4F - so look for anything targetted at Cortex-M4F ...
thank you for the answer
Yes exactly, My fault. Do you know something suitable for this hardware?
Considering ADC possibilities
Thank you
Hi,
I do not have any experience with this, but I found this "Keyword Spotting for Microcontrollers" library from ARM, which may be of interest.
Not sure about your comment about ADC, but if you are thinking for capturing the voice, I would rather recommend that you have a look at the audio-peripherals like PDM and I2S.
We have voice capture/recognition features in the Smart Remote 3 reference design, but here the voice recognition is not processed on the nRF chip.
Best regards,
Jørgen
thank you so much for your support.
I also found TensorFlow Lite suitable for this purpose.
do you you know it? do you have any feedback on it ?
thank you
You can find some information about TensorFlow in this blog post, and some more example projects here: https://github.com/oivoii/nrf-tensorflow/tree/micro_speech_kb