AI_MINIP
AI_MINIP
DETECTION
TEAM MEMBERS
25 – SAMRADNI SALUNKE
26 – SUDARSHAN SANAP
27 – SAKSHI SANGALE
28 – ANANYA SAPKALE
CONTENTS
01 02
Problem Explanation
statement
03 04 05 06
Block Implementation Results and Conclusion
diagram Analysis
Problem
01 Statement
Design a Python program that utilizes image
processing techniques to determine whether a
person is wearing a mask in a given image.
02
EXPLANATION
Introduction:
In the wake of the global COVID-19 pandemic, the simple act of wearing masks emerged as a critical
defense measure against the spread of the virus. During those challenging times, adherence to mask-
wearing protocols became paramount in safeguarding public health and preventing the transmission of
infectious diseases.
Goal:
Develop a Python program using advanced image processing techniques to automate mask detection,
facilitating safety protocol enforcement.
Significance:
In the post-pandemic era, precise mask detection is vital. Our project offers a powerful tool for public
health monitoring, safeguarding global well-being.
HOW CAN AI BE USED FOR MASK DETECTION?
1. OpenCV (cv2):
Essential for image processing tasks like loading, preprocessing, and analysis.
2. NumPy (np):
Provides efficient handling of image data as arrays and numerical operations.
3. Matplotlib (plt) and Matplotlib Image (mpimg):
Used for displaying images and visualizing model performance.
4. Google Colab (cv2_imshow):
Allows direct display of images within Colab notebooks.
5. PIL (Image):
Supports image loading, resizing, and conversion.
6. scikit-learn (train_test_split):
Facilitates dataset splitting for model evaluation.
Dataset used:
Technology used
• The primary programming language used for developing
the mask detection solution.
Python • Known for its simplicity, versatility, and rich ecosystem of
libraries and frameworks.