esp-skainet is used for offline speech recongination and wake up word detection and usesesp-idf.
can anyone figure out to use esp-skainet with seeed studio esp32s3 sense (having digital microphone)?
esp-skainet is used for offline speech recongination and wake up word detection and usesesp-idf.
can anyone figure out to use esp-skainet with seeed studio esp32s3 sense (having digital microphone)?
wow… interesting project! welcome
I would recommend starting from a basic ESP-IDF tutorial, then moving up to using that software.
https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html
Hey @parthiv11 I suggest some steps you can consider.
You can Check Compatibility
ESP IDF Configuration
Skainet Integration
Thanks for the help!
Thank you for suggestions everyone .
I will consider it all and try to make it work.
I am beginner, so I think it will take time and guidance
please keep us up to date with your progress here1
I’m curious if anyone has been successful at using ESP-IDF development environment (and ESP-SR, Speech Recognition) for the Seeed Studio XIAO ESP32S3 Sense Board. I’m using Visual Studio Code on a Mac but command line environment would be fine, too. The biggest help would be the file defining the board support package for the board.
I got my project working on an ESP32-S3-Korvo-1 board and I want to port it to the Seeed Studio XIAO ESP32S3 Sense Board. My project focused on Speech Recognition (I haven’t incorporated the camera yet, but I might it there is enough performance).
My project, in summary: Without the need for a wake word (eg “Hi, ESP”), continuously recognize up to 200 phrases. My code listens to speech and if one or more phrases from the prebuilt list is recognized, a list of up to 5 matching phrases is returned, sorted by the most likely first, along with the probability for each that it is correct. It works quite well, but the Korvo board is physically too big, so I am hoping this board will work.