Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.35k stars 2.4k forks source link

Speech_Recognition for micropython on microcontrollers #634

Open DansDesigns opened 1 year ago

DansDesigns commented 1 year ago

Hi, Is there a micropython version of the Speech_Recognition library available? Is the Speech_Recognition able to work with micropython? Thank you

ftnext commented 1 year ago

Hi, it is an interesting question.

Is the Speech_Recognition able to work with micropython?

It is really helpful to me if anyone verify whether SpeechRecognition works with micropython or not.

FYI: I think pyenv supports micropython. https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build

DansDesigns commented 1 year ago

FYI: I think pyenv supports micropython. https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build

Interesting, thank you i will check that out!