charann29 / opensource

106 stars 246 forks source link

s1-b8-covid19-face-mask-detection #517

Closed anirudh-gov closed 3 months ago

anirudh-gov commented 3 months ago

Add Face Mask Detection Project

Summary:

This PR introduces a COVID-19 Face Mask Detection system using TensorFlow, Keras, and OpenCV. It includes:

1.Training script (train_mask_detector.py) for the mask detection model. 2.Real-time detection script (detect_mask_video.py) using webcam feed. 3.Pre-trained face detection models. 4.Detailed README.md with setup and usage instructions.

Notes:

The project enables real-time mask detection, aiding in public health safety and compliance monitoring.

here is the output of the model :

Without Mask

With Mask

anirudh-gov commented 3 months ago

Updated Project files as per your instructions.

charann29 commented 3 months ago

resolve merge confilts and commit - you can do this from github directly

charann29 commented 3 months ago

image