Masketeer is a face mask detection program built with a Convolutional Neural Network (CNN). It uses TensorFlow (with Keras) to decide whether a person is wearing a face mask or not.
Requirements: Python 3 with TensorFlow, OpenCV and SciKit Learn installed.
Clone the repo and enter the directory:
git clone https://github.com/sheikhuzairhussain/masketeer.git
cd masketeer
To run in real-time mode:
python live.py
To train the model yourself (optional):
python process.py
python train.py
Special thanks to Chandrika Deb for this dataset