Face mask detection using python and machine learning for training the data set we have use mobilenetV2
Install python install version LTS
https://www.python.org/downloads/
Follow the steps given in the link below
https://docs.python.org/3/using/windows.html
Clone the project
git clone https://github.com/Fawkes73/Face-Mask-Detection.gitGo to the project directory
cd Face-Mask-Detection
Install dependencies
pip install requirements.txtTrain the ML model
train_mask_detector.pyRun the trained model
detect_mask_video.py