Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 297 Bytes

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