The Wayback Machine - http://web.archive.org/web/20200709010007/https://github.com/topics/asr
Skip to content
#

asr

Here are 279 public repositories matching this topic...

pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.

  • Updated Jun 11, 2020
  • Python
rpdrewes
rpdrewes commented Apr 16, 2020

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 online_nnet2_decoding.conf from test/models/... to /opt/models/... where they will work with the docker image. However, that command also changes all instances of "test" in the wordlist words.txt! So for

Improve this page

Add a description, image, and links to the asr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.