Speech Recognition with CMU Sphinx 1: Building Sphinxbase, Pocketsphinx, Sphinxtrain, and Cmuclmtk

In this tutorial I show you how to download, build, and install CMU sphinxbase, pocketsphinx, sphinxtrain, and cmuclmtk. This is the first tutorial of the series, where all the dependencies are met in order to follow along with the other tutorials. sudo apt-get install gcc automake autoconf libtool bison swig python-dev libpulse-dev mkdir speech_recognition cd speech_regognition git clone cd sphinxbase ./ ./configure make clean all make check sudo ma
Back to Top