simple-speech-recognition
simple-speech-recognition copied to clipboard
A complete speech recognition system you can deploy with just a few lines of Python, built on CMU Sphinx-4.
within cmu_sphinx4.py, line 51: `for param, value in parameters.iteritems()` should be fixed to `for param, value in parameters.items()` line 88, 90, prepend 'b': ``` if b'WARNING dictionary' in output and...
Hi I am new to Python. I tried using this project for speech recognition. However, getting the error 'b'Error: Could not find or load main class StreamingTranscriber\r' while executing the...
Hi there, This piece of code will require rather extensive rewrites if you want to run it on windows (I'm using 10) a) Some of it is evolution of the...
Hi, I tried running the demo_simple.py and gives me following error. Any idea how to resolve it ? or what the error is talking about ? ``` Exception in thread...
Getting the below error: cmu_sphinx4.py", line 87, in transcript_stream if 'WARNING dictionary' in output and 'Missing word:' in output: TypeError: a bytes-like object is required, not 'str'
Hi, I am facing difficulty for installing **cmu_sphinx4** in python, but i m not getting proper way to do it, anyone can guide us how to install it. Any help...
In this folder https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/US%20English/ there isn't any such file?