Skip to content

uom-cse-realitix/FYPpocketsphinx_python

Repository files navigation

PocketSphinx Speech Recognition

Installation

  1. Set up necessary dependencies first.

sudo apt-get install -qq python python-dev python-pip build-essential swig libpulse-dev

  1. Set up wheel and upgrade/install pocketsphinx using the following commands.

python -m pip install --upgrade pip setuptools wheel and pip install --upgrade pocketsphinx.

  1. Install pocketspinx in the conda environment, by using conda install -c jiayi_anaconda pocketsphinx
  2. Clone the repository and change lm and dic path in file speech_recognition_working.py corresponding to the models 7723.lm.bin and 7723.dic.
  3. Run speech_recognition_working.py file using command python speech_recognition_working.py.
  4. Speak and enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published