https://github.com/rhasspy/rhasspy-asr-deepspeech
Rhasspy wrapper for Deepspeech ASR
https://github.com/rhasspy/rhasspy-asr-deepspeech
Last synced: 9 days ago
JSON representation
Rhasspy wrapper for Deepspeech ASR
- Host: GitHub
- URL: https://github.com/rhasspy/rhasspy-asr-deepspeech
- Owner: rhasspy
- License: mit
- Created: 2020-04-24T20:29:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:41:58.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:11:43.518Z (27 days ago)
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rhasspy ASR DeepSpeech
Rhasspy ASR library that uses Mozilla's DeepSpeech 0.9.
## Requirements
* Python 3.7
* [Mozilla DeepSpeech 0.9.3](https://github.com/mozilla/DeepSpeech/releases/tag/v0.9.3)
* `generate_trie` in `$PATH` from [native client](https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/native_client.amd64.cpu.linux.tar.xz)
* `build_binary` in `$PATH` from [KenLM](https://github.com/kpu/kenlm)
* [Pre-built binaries](https://github.com/synesthesiam/prebuilt-apps)
## Installation```bash
$ git clone https://github.com/rhasspy/rhasspy-asr-deepspeech
$ cd rhasspy-asr-deepspeech
$ ./configure
$ make
$ make install
```## Deployment
```bash
$ make dist
```See `dist/` directory for `.tar.gz` file.
## Running
```bash
$ bin/rhasspy-asr-deepspeech
```