Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 899 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 899 Bytes

GPL Licence

face-mask-detector

Install the required libraries

pip3 install -r requirements.txt  

[NOTE: use pip if you have pip configured in place of pip3]

USAGE:

  1. Download the files, install all the library requirements mentioned in requirements.txt.
  2. Download the dataset from Kaggle and copy the files into the dataset folder under categories 'with_mask' and 'without_mask'

Model Training from scratch

python train-mask-detector.py

Test the model

python mask-detector.py

This project is tested and works fine, with no possible errors found, In case of errors(if any), please report it to techh.engine@gmail.com

If you end up liking this project, make sure to follow me on GitHub.