This is a web application for detecting whether a person is wearing a face mask or not. It combines OpenCV for face detection with a MobileNetV2 deep learning model for accurate mask classification. The backend is made with Flask, and the frontend is built using React + Tailwind CSS.
- Deep learning–based mask detection using MobileNetV2
- Face detection using OpenCV Haar Cascades
- TensorFlow / Keras – mask classification
- OpenCV – face detection
- Flask – API server
- React – frontend
- Tailwind CSS – styling