/rhasspy-asr-pocketsphinx

Speech to text for Rhasspy using Pocketsphinx

Primary LanguagePythonMIT LicenseMIT

Rhasspy ASR Pocketsphinx

Continous Integration PyPI package version Python versions GitHub license

Automated speech recognition in Rhasspy voice assistant with Pocketsphinx.

Requirements

rhasspy-asr-pocketsphinx requires:

See pre-built apps for pre-compiled binaries.

Pocketsphinx is installed using pip from a fork of the Python library that removes PulseAudio.

Installation

$ git clone https://github.com/rhasspy/rhasspy-asr-pocketsphinx
$ cd rhasspy-asr-pocketsphinx
$ ./configure
$ make
$ make install

Deployment

$ make dist

See dist/ directory for .tar.gz file.