nico 12ffa56efc add offlline STT (CMUSphinx) #174 8 years ago
..
README.md 12ffa56efc add offlline STT (CMUSphinx) #174 8 years ago
__init__.py 12ffa56efc add offlline STT (CMUSphinx) #174 8 years ago
cmusphinx.py 12ffa56efc add offlline STT (CMUSphinx) #174 8 years ago

README.md

CMU Sphinx

This module is based on the self hosted STT solution CMUSPhinx engine. By default, only english language is available. You can download another language model from the main repository and install it following the official documentation.

Installation

Install packages

sudo apt-get install swig libpulse-dev

Then install the python lib

sudo pip install pocketsphinx

Then, declare it as usual in your settings

default_speech_to_text: "cmusphinx"
# no parameters for this one
speech_to_text:  
  - cmusphinx