User:Angeliki/Exhibition ttssr
Sitting inside a pocket(sphinx): Angeliki Speech recognition feedback loops using the first sentence of a scanned text as input
Instructions for installation
In Linux
Install the dependencies in a terminal:
.PocketSphinx package `sudo aptitude install pocketsphinx pocketsphinx-en-us`
.PocketSphinx: `sudo pip3 install PocketSphinx`
- Try this: pocketsphinx_continuous
- If you find this error error while loading shared libraries: libpocketsphinx.so.3: cannot open shared object file: No such file or directory do this sudo nano /etc/ld.so.conf and add:
- include usr/local/lib
- include usr/
.Python libraries: `sudo apt-get install gcc automake autoconf libtool bison swig python-dev libpulse-dev`
.Speech Recognition: `sudo pip3 install SpeechRecognition`
.TermColor: `sudo pip3 install termcolor`
.PyAudio: `pip3 install pyaudio`
run: `make ttssr-human-only`