Face Mask Detection using CNN with 85% accuracy.
Make sure you have python installed on your computer/laptop. Then run the following command to run on your machine.
- Install requirements
pip install requirements.txt - Create virtual environment
virtualenv venv - Go to script folder and activate virtual environment
cd venv/Scripts/activate - Set Flask App
export FLASK_APP=app.py - Run Flask
flask run
Face Mask Detection Dataset : https://www.kaggle.com/omkargurav/face-mask-dataset

