Face Mask Detection Using Keras This project is a Python-based face mask detection system implemented with Keras, TensorFlow, and OpenCV. It identifies whether a person is wearing a mask or not, using ...
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...