No project description provided
Project description
Rhasspy ASR DeepSpeech Hermes
MQTT service for Rhasspy that uses Mozilla's DeepSpeech 0.6.
Requirements
- Python 3.7
- Mozilla DeepSpeech 0.6.1
- Pre-trained model
generate_trie
inPATH
from native clientbuild_binary
inPATH
from KenLM
Installing
Clone the repository and create a virtual environment:
$ git clone https://github.com/rhasspy/rhasspy-asr-deepspeech-hermes.git
$ cd rhasspy-asr-deepspeech-hermes
$ ./configure
$ make
$ make install
Running
Run script:
bin/rhasspy-asr-deepspeech-hermes \
--model /path/to/output_graph.pbmm \
--language-model /path/to/lm.binary \
--trie /path/to/trie \
--host <MQTT_HOST> \
--port <MQTT_PORT> \
--debug
Using
Set Rhasspy ASR system to "Hermes MQTT". Connect Rhasspy and DeepSpeech service to the same MQTT broker (use port 12183 for Rhasspy's internal broker).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rhasspy-asr-deepspeech-hermes-0.2.0.tar.gz
.
File metadata
- Download URL: rhasspy-asr-deepspeech-hermes-0.2.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e58d781fb14c0e04b977b1381f0b3fc201317310301291104b72fa236093401 |
|
MD5 | e99145dc5d209d31f78affca6884741f |
|
BLAKE2b-256 | a76829c73d279c4ee4acc45e8fc65c03f4764d36d2d14296cc05f4de3eb2c0a1 |