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
pip install requirements.txt
export FLASK_APP=main.py
python -m flask run
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
JavaScript