Sign inSign up

alphacep/kaldi-en-in

By alphacep

Updated over 3 years ago

Streaming speech recognition based on Kaldi and Python Vosk for Indian English transcription.

Image
1

1.1K

alphacep/kaldi-en-in repository overview

A websocket server based on Kaldi and Vosk library with Indian 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-in:latest

for other languages try kaldi-cn, kaldi-ru, kaldi-de, kaldi-en

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

Tag summary

Content type

Image

Digest

sha256:ed94d5caf

Size

1.2 GB

Last updated

over 3 years ago

docker pull alphacep/kaldi-en-in