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.35k stars 1.04k forks source link

Does VOSK Raspberry pi support zero 2W? #1592

Closed Dreamerandhardworker closed 3 days ago

Dreamerandhardworker commented 2 weeks ago

I bought RPi zero. It took me a while to realize that vosk no longer supports it. The question is simple. Is vosk RPi zero 2 W supported? I know you recommend RPi 4, but it's too big for my task

nshmyrev commented 2 weeks ago

Speech recognition requires powerful CPU. Zero not going to work. We recommend Intel-based board actually, not even RIP4

Dreamerandhardworker commented 2 weeks ago

I used your VOSK library via Python on RPi 4. Everything worked more than very well. I only need to occasionally recognize phrases for 3-5 seconds. In addition, I have already rewritten the code in C. But I can't compile your library to RPi zero. Will I be able to compile/install your VOSK library via pip on RPi zero 2W, or will there be an error? The 50 MB version of the neural network is used

nshmyrev commented 3 days ago

Same as https://github.com/alphacep/vosk-api/issues/918