https://github.com/zanuarts/facemaskdetection
Face Mask Detection using CNN with 90% accuracy.
https://github.com/zanuarts/facemaskdetection
cnn face-mask-detection flask
Last synced: about 1 month ago
JSON representation
Face Mask Detection using CNN with 90% accuracy.
- Host: GitHub
- URL: https://github.com/zanuarts/facemaskdetection
- Owner: zanuarts
- Created: 2020-12-30T15:55:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T01:44:24.000Z (over 5 years ago)
- Last Synced: 2025-07-09T13:56:04.699Z (12 months ago)
- Topics: cnn, face-mask-detection, flask
- Language: Jupyter Notebook
- Homepage:
- Size: 110 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
## Dataset
Face Mask Detection Dataset : https://www.kaggle.com/omkargurav/face-mask-dataset
## Other Source & Reference
* Evanezcent
* GeoBoom
* Chandrikadeb7