Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 821 Bytes

Masketeer

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.

Usage

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