docker-kaldi-gstreamer-server
docker-kaldi-gstreamer-server copied to clipboard
Dockerfile for kaldi-gstreamer-server.
Inside worker.log , it is found: Failed to send event to master: Cannot send on a terminated websocket Why? Background: 1. I run client using "python /hdd/tommy/tmp/client.py -u ws://localhost:8080/client/ws/speech -r...
Fix the build on latest version of Kaldi
Fixes the following exception when building docker image from git and running /opt/start.sh > Traceback (most recent call last): > File "/opt/kaldi-gstreamer-server/kaldigstserver/worker.py", line 21, in > import tornado.gen > File...
I am trying to test my own custom Kaldi model. With the following yaml configure file, I got an error which was written in worker.log file: ``` decoder: use-threaded-decoder: true...
i installed the docker and run the worker and master succesfuly, but for bill_gate*.mp3, i used the client.py, it did not return the correct response, while i debuged in, i...
I need to execute a customized Kaldi model, but it doesn't match the Kaldi version in the Kaldi Gstreamer Server Docker container. That is why I should update it. How...
The current image uses version 5 of the tornado package, causing it to malfunction. I fixed by uninstalling the current version and installing version 4.5.3 as recommended by https://github.com/alumae/kaldi-gstreamer-server pip...
The docker built fails when Kaldi executes "check_dependencies.sh" because the Docker image lacks "unzip". The Dockerfile needs to be modified to this: ` FROM debian:8 MAINTAINER Eduardo Silva RUN apt-get...
Hi i want to use http://speech.tools/kaldi_tuda_de/de_350k_nnet3chain_tdnn1f_1024_sp_bi.tar.bz2 model , but i always get the following error after exe python client.py -u ws://localhost:8080/client/ws/speech -r 32000 /home/localhost/audio/sample16k.wav Received error from server (status 9)...
Hi Silva, Thanks a lot for the great work on the docker image which I have been experimenting for some time now. The problem I am experiencing is that the...