Rhasspy ASR DeepSpeech
Rhasspy ASR library that uses Mozilla's DeepSpeech 0.9.
Requirements
- Python 3.7
- Mozilla DeepSpeech 0.9.3
-
generate_trie
in$PATH
from native client -
build_binary
in$PATH
from KenLM
Installation
$ git clone https://github.com/rhasspy/rhasspy-asr-deepspeech
$ cd rhasspy-asr-deepspeech
$ ./configure
$ make
$ make install
Deployment
$ make dist
See dist/
directory for .tar.gz
file.
Running
$ bin/rhasspy-asr-deepspeech <ARGS>