https://github.com/rhasspy/rhasspy-asr-pocketsphinx
Speech to text for Rhasspy using Pocketsphinx
https://github.com/rhasspy/rhasspy-asr-pocketsphinx
Last synced: 9 days ago
JSON representation
Speech to text for Rhasspy using Pocketsphinx
- Host: GitHub
- URL: https://github.com/rhasspy/rhasspy-asr-pocketsphinx
- Owner: rhasspy
- License: mit
- Created: 2019-12-31T03:24:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:41:59.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:11:53.669Z (27 days ago)
- Language: Python
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rhasspy ASR Pocketsphinx
[](https://github.com/rhasspy/rhasspy-asr-pocketsphinx/actions)
[](https://pypi.org/project/rhasspy-asr-pocketsphinx)
[](https://www.python.org)
[](https://github.com/rhasspy/rhasspy-asr-pocketsphinx/blob/master/LICENSE)Automated speech recognition in [Rhasspy](https://github.com/synesthesiam/rhasspy) voice assistant with [Pocketsphinx](https://github.com/cmusphinx/pocketsphinx).
## Requirements
`rhasspy-asr-pocketsphinx` requires:
* Python 3.7
* [Pocketsphinx](https://github.com/cmusphinx/pocketsphinx)
* Install as a Python module
* [Opengrm](http://www.opengrm.org/twiki/bin/view/GRM/NGramLibrary)
* Expects `ngram*` in `$PATH`
* [Phonetisaurus](https://github.com/AdolfVonKleist/Phonetisaurus)
* Expects `phonetisaurus-apply` in `$PATH`See [pre-built apps](https://github.com/synesthesiam/prebuilt-apps) for pre-compiled binaries.
Pocketsphinx is installed using `pip` from a [fork of the Python library](https://github.com/synesthesiam/pocketsphinx-python) that removes PulseAudio.
## Installation
```bash
$ git clone https://github.com/rhasspy/rhasspy-asr-pocketsphinx
$ cd rhasspy-asr-pocketsphinx
$ ./configure
$ make
$ make install
```## Deployment
```bash
$ make dist
```See `dist/` directory for `.tar.gz` file.