docker-kaldi-gstreamer-server icon indicating copy to clipboard operation
docker-kaldi-gstreamer-server copied to clipboard

Dockerfile for kaldi-gstreamer-server.

Results 46 docker-kaldi-gstreamer-server issues
Sort by recently updated
recently updated
newest added
trafficstars

The README.md file says to run the following command: > find /media/kaldi_models/ -type f | xargs sed -i 's:test:/opt:g' The intent seems to be to change paths in ivector_extractor.conf and...

Hi ! I built successfully (after adding gfortran on the Dockerfile) on a x86-64 Intel architecture with Ubuntu 19.04. But it fails when I try on a Raspberry Pi 4...

How can I hit the API in this curl command curl -v -T /tmp/drawrectangle.mp3 "http://localhost:8080/client/dynamic/recognize" with ajax. can I send the blob file for this? I just need to record...

@jcsilva me and my workmatesm @Zunino, @DominguesM, @gutierrydsn, are working on building a Portuguese model. By the way, if you want to use a Portuguese model, you can find one...

model in english worked fine but when I tested with greek characters there is no output printed.

Using a GMM model with LDA+MLLT features (the model called "exp/tri2b" that is built using the "voxforge" example scripts), I get the following errors when I try to run a...

MKL seems to be the default now, so the build fails with: ``` [...] make[1]: Leaving directory '/opt/kaldi/tools/portaudio' Configuring KALDI to use MKL. Checking compiler g++ ... Checking OpenFst library...

I saw the vad used in your project. I would like to ask how to get the start and end time of each sentence, and then return with the recognition...

After running docker I have a following error > Error response from daemon: Dockerfile parse error line 7: unknown instruction:

Hi Eduardo, I am trying to run your docker sample but am stuck at the following command: >> docker run -it -p 8080:80 -v /media/kaldi_models:/opt/models jcsilva/docker-kaldi-gstreamer-server:latest /bin/bash not sure what...