alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.82k stars 1.09k forks source link

Vosk for microcontroller like esp32 #1206

Open DansDesigns opened 1 year ago

DansDesigns commented 1 year ago

Hi, I love Vosk, I have multiple python scripts using it and it works brilliantly! I would like to be able to use Vosk with micropython on an eps32-wroom, is this possible?

nshmyrev commented 1 year ago

Hello

We do not recommend that actually, vosk is not designed for microcontrollers. You can check this project instead:

https://github.com/ARM-software/armnn/tree/branches/armnn_22_08/samples/SpeechRecognition

maybe one day we will get there

DansDesigns commented 1 year ago

Thank you for the alternative, I also found this possible solution: Deep Learning Speech Commands on ESP32