A machine learning based application that tells whether a person is wearing a mask or not.
- Python
- Tensorflow and Keras
- OpenCV
- Haar-cascase-classifier
Face-Mask-Detection Kaggle https://www.kaggle.com/andrewmvd/face-mask-detection
A Deep Learning based Convolutional Neural Network is trained on the dataset using Tensorflow and Keras. Then we use OpenCV ato capture the video feed from the user's webcam and extract the face using the Haar-Cascade-Classifier and send the image for model's prediction.