skit-ai / kaldi-serve

Server framework for Kaldi ASR Toolkit
Apache License 2.0
97 stars 24 forks source link

Performance Benchmarks against other kaldi serving systems #11

Open dpny518 opened 4 years ago

dpny518 commented 4 years ago

Is there any performance benchmarks or ball park idea for this system vs kaldi's default tcp online decoder

https://github.com/kaldi-asr/kaldi/blob/master/src/online2bin/online2-tcp-nnet3-decode-faster.cc

nshmyrev 's websocket server

https://github.com/alphacep/kaldi-websocket-python

Tanel Alumäe's gstreamer

https://github.com/alumae/kaldi-gstreamer-server

Danijel Koržinek's webrtc server

https://github.com/danijel3/KaldiWebrtcServer
lepisma commented 4 years ago

not yet. adding dialogflow's fastcgi one also in the list for when we pick this task up.