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

https://github.com/praatibhsurana/face_mask_detection

A Python project making use of OpenCV and Haar-Cascade classifier to predict whether or not a person is wearing a mask.
https://github.com/praatibhsurana/face_mask_detection

cnn-model computer-vision face-mask face-recognition neural-networks opencv python

Last synced: 6 months ago
JSON representation

A Python project making use of OpenCV and Haar-Cascade classifier to predict whether or not a person is wearing a mask.

Awesome Lists containing this project

README

          

# Face_Mask_Detection
A simple custom model trained to detect presence/absence of face mask.
Made use of OpenCV, Keras, TensorFlow and a few other libraries in Python.

Faces detected using Haar cascade classifier
Read more about it here: https://docs.opencv.org/3.4/db/d28/tutorial_cascade_classifier.html

Works best when face is clearly distinguishable.

## Inspired By
[Sentdex](https://pythonprogramming.net/convolutional-neural-network-deep-learning-python-tensorflow-keras/) \
[Adrian Rosebrock](https://www.pyimagesearch.com/2020/05/04/covid-19-face-mask-detector-with-opencv-keras-tensorflow-and-deep-learning/) \
[Perceptron](https://www.youtube.com/channel/UCPNj_I8xUYCfDrAdP7tJXyg/featured)