Face Mask Detector

Object Detection and Image Localization

This project consists of two parts build with Python3, Jupiter and OpenCV libraries.

First part was the image localization technique to draw a bounding box around that object. In the case of object detection, it provides labels along with the bounding boxes.

Second part was building a real-time system to detect whether the person on the webcam is wearing a mask or not. The system will draw a red square around the person’s face and label it as “NO MASK” if it doesn’t have a mask and draw a green square around the face and label it as “MASK DETECTED“ (if it has a mask).