Sign inSign up

alphacep/kaldi-grpc-en

By alphacep

•Updated over 3 years ago

Speech recognition gRPC server based on Kaldi and Python Vosk library.

Image
0

1.2K

alphacep/kaldi-grpc-en repository overview

A GRPC 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 5001:5001 alphacep/kaldi-en:latest

Check the sample code from https://github.com/alphacep/vosk-server/blob/master/grpc/stt_test.py⁠, run

./stt_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.

Tag summary

Content type

Image

Digest

sha256:d595a51bb…

Size

2.1 GB

Last updated

over 3 years ago

docker pull alphacep/kaldi-grpc-en