jcsilva/docker-kaldi-gstreamer-server
Dockerfile for kaldi-gstreamer-server.
Containerizes a full-duplex ASR system with decoupled master and worker processes communicating over the network, allowing horizontal scaling across multiple worker nodes. Clients connect via WebSocket to perform real-time speech recognition against Kaldi acoustic models, with YAML configuration specifying model paths and decoding parameters. Supports both co-located and distributed deployments, where workers can register with remote masters to handle inference load independently.
291 stars. No commits in the last 6 months.
Stars
291
Forks
137
Language
Dockerfile
License
BSD-2-Clause
Category
Last pushed
Apr 11, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/jcsilva/docker-kaldi-gstreamer-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
daanzu/kaldi-active-grammar
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
nttcslab-sp/kaldiio
A pure python module for reading and writing kaldi ark files
gooofy/py-kaldi-asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as...
pykaldi/pykaldi
A Python wrapper for Kaldi
scarletcho/KoLM
Korean text normalization and language preparation package for LM in Kaldi-based ASR system