Face mask detection application

library needed:

  • tensorflow, numpy, cv2, keras, sci-ki learn,...
pip3 install -r requirements.txt

training the mask detector

train the network with datasets

python3 training_model.py

detect mask in real-time

python3 open_cam.py