An open API service indexing awesome lists of open source software.

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.

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


accuracy
loss

## Dataset

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

## Other Source & Reference

* Evanezcent
* GeoBoom
* Chandrikadeb7