English websocket server for streaming speech recognition based on Kaldi and Python Vosk library.
100K+
A websocket server based on Kaldi and Vosk library with English model included.
For details see https://github.com/alphacep/vosk-server
Usage:
Start the server
docker run -d -p 2700:2700 alphacep/kaldi-en:latest
for other languages try kaldi-cn, kaldi-ru, kaldi-de
Check the sample code from https://github.com/alphacep/vosk-server/blob/master/websocket/test.py, run
./test.py test.wav
You can try with any wav file which has proper format - 8khz 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:d59337ef2…
Size
2.1 GB
Last updated
over 3 years ago
docker pull alphacep/kaldi-en