Spanish websocket server for streaming speech recognition on Vosk Python library and Kaldi
4.0K
A websocket server based on Kaldi and Vosk library with Spanish model included.
For details see https://github.com/alphacep/vosk-server
Usage:
Start the server
docker run -d -p 2700:2700 alphacep/kaldi-es:latest
for other languages try kaldi-en, kaldi-ru, kaldi-de and so on
Check the sample code from https://github.com/alphacep/vosk-server/blob/master/test.py, run
./test.py test.wav
You can try with any wav file which has proper format - 16khz 16bit mono PCM. Other formats has to be converted before decoding.
For client samples in other programming languages see https://github.com/alphacep/vosk-server/tree/master/client-samples
Content type
Image
Digest
sha256:9afc9af10…
Size
1.7 GB
Last updated
over 3 years ago
docker pull alphacep/kaldi-es