Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1019 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 1019 Bytes

FaceMaskDetection

Face Mask Detection using CNN with 85% accuracy.

Getting Started

Make sure you have python installed on your computer/laptop. Then run the following command to run on your machine.

  1. Install requirements pip install requirements.txt
  2. Create virtual environment virtualenv venv
  3. Go to script folder and activate virtual environment cd venv/Scripts/activate
  4. Set Flask App export FLASK_APP=app.py
  5. Run Flask flask run

Plot Training and Testing

accuracy loss

Dataset

Face Mask Detection Dataset : https://www.kaggle.com/omkargurav/face-mask-dataset

Other Source & Reference