/voice_recognition_app

This is a small project to detect voice using the voice_recognition library. i used a flask server to make it a small web app

Primary LanguageJavaScript

voice_recognition_app

This is a small project to detect voice using the voice_recognition library. i used a flask server to make it a small web app

installation of dependencies

pip install requirements.txt

Running the project

export FLASK_APP=main.py
python -m flask run