Skip to content

respeaker/pocketsphinx-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocketSphinx Data

The repository contains PocketSphinx's acoustic model, dictionary and keywords.

On ReSpeaker

  1. git clone https://github.com/respeaker/pocketsphinx-data.git
  2. export POCKETSPHINX_DATA=$(pwd)/pocketsphinx-data to set environment variable POCKETSPHINX_DATA, which is used by ReSpeaker python library to find pocketsphinx data
  3. Go to ReSpeaker python library to get started

On Ubuntu

git clone https://github.com/respeaker/pocketsphinx-data.git && cd pocketsphinx-data
sudo apt-get install pocketsphinx-utils
pocketsphinx_continuous -hmm hmm -dict dictionary.txt -kws keywords.txt -inmic yes

About

PocketSphinx's acoustic model, dictionary and keywords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages