Face Mask Detection is the task of recognizing if a person is wearing a mask or not using Machine Learning technology.
All the dataset is downloaded from here
- Keras: A high-level, deep learning API for implementing neural networks.
- Tensorflow: An open-sourced end-to-end platform, a library for multiple machine learning tasks.
- OpenCV: A library of Python bindings designed to solve computer vision problems.
- CaffeModel: A machine learning model created by Caffe, which contains an image classification or image segmentation model that has been trained using Caffe.
Open Pycharm terminal and run pip install -r requirements.txt
Run python3 mask_detection_image.py --image images/sample1.png
to detect one image
Run python3 mask_detection_video.py
to start live camera