kapilthakre / Real-Time-Face-Mask-Detector

Built a face mask detection system using Python, Keras/Tensorflow API, and OpenCV. This face mask detection application takes input as real-time video or image and first it determines if there are any faces in the video or not. if there is, it predicts whether that face has worn a mask or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Time Face Mask Detector

Python Notebook Framework Frontend Cloud

Overview :

In this project, we built a face mask detection system using Python, Keras/Tensorflow API, and OpenCV. This is an Image Classification Project. This face mask detection application takes input as real-time video or image and first it determines if there are any faces in the video or not. if there is, it predicts whether that face has worn a mask or not. This system can therefore be used in real-time applications which require face-mask detection for safety purposes due to the outbreak of Covid-19.

About

Built a face mask detection system using Python, Keras/Tensorflow API, and OpenCV. This face mask detection application takes input as real-time video or image and first it determines if there are any faces in the video or not. if there is, it predicts whether that face has worn a mask or not.


Languages

Language:Jupyter Notebook 100.0%