Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 684 Bytes

File metadata and controls

21 lines (17 loc) · 684 Bytes

Face-Mask-Detection-using-Python-OpenCV

A Python-based solution leveraging OpenCV for real-time face mask detection. It utilizes computer vision techniques to detect and classify whether individuals in a video stream are wearing face masks accurately. The system provides visual indicators, enabling efficient monitoring and enforcement of mask-wearing protocols.

Face Mask Detection System:

This project is used for detecting masks in the human face.

Libraries used here: Tensorflow imutils Numpy Argparse Imutils Time CV2 OS

How to run the project? Step 1: Install all the necessary libraries and import them. Step 2:Open the main.py file. Step 3: Execute and run the program