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
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
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
Yesterday, we announced partnership with Edge Impulse. This has support for nRF52840 DK and nRF5340 DK, and provides tutorials for the following machine learning models:
I saw the link you post, amazing.
I would like to add the speech recognition to my project. From the tutorial I didn't understand how to import the library to my project.
Do you have any suggestion?
thank you so much
You should be able to select a C library under the deployment page, which you should be able to integrate in your application. See from around 21:24 in the video tutorial.
thanks for your answer. I downloaded the C++ library ( I didn't find the C version as mentioned in the video you posted) I tried to import the library in my project ( I'm working on Keil IDE ) but there are a lot of errors.
I'm probably missing some necessary steps
If do you know other tutorials please let me know
thank you so much
thanks for your answer. I downloaded the C++ library ( I didn't find the C version as mentioned in the video you posted) I tried to import the library in my project ( I'm working on Keil IDE ) but there are a lot of errors.
I'm probably missing some necessary steps
If do you know other tutorials please let me know
thank you so much
I have not tested this myself, so I do not know exactly how to do this.
You may ask for help regarding this in the Edge Impulse forum.