Skip to content

Masketeer is a face mask detection program built with TensorFlow (Keras) and OpenCV.

Notifications You must be signed in to change notification settings

sheikhuzairhussain/masketeer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Masketeer is a face mask detection program built with TensorFlow (Keras) and OpenCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages