User:Angeliki/Exhibition ttssr

From XPUB & Lens-Based wiki
< User:Angeliki
Revision as of 13:05, 2 July 2018 by Angeliki (talk | contribs) (Created page with "Sitting inside a pocket(sphinx): Angeliki Speech recognition feedback loops using the first sentence of a scanned text as input == Instructions for installation == === In Linu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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`