This is a simple exercise to show how to use a Sphinx generated model with Python, integrated with the Flask web library
python -m venv simple_flask_sphinx_recognizer_env
source simple_flask_sphinx_recognizer_env/bin/activate
pip install SpeechRecognition
pip install flask
pip install pocketsphinx
Als you can install the requirements from our requirements.txt
file
python -m venv simple_flask_sphinx_recognizer_env
source simple_flask_sphinx_recognizer_env/bin/activate
pip install -r requirements.txt