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

How i can use vosk onlinle #1412

Open michoael opened 11 months ago

michoael commented 11 months ago

I want use large models with online mode, do vosk have a server to use it onlinel or i should be buy my server and add models on it, i want do it with android phones

Deuos commented 11 months ago

The best way would be to set up a docker container for vosk model and host it on a server, and send API requests to that docker container with audio and receive the transcription from it.