Kaggle dataset https://www.kaggle.com/andrewmvd/face-mask-detection Prajna Bhandary's dataset https://github.com/prajnasb/observations/tree/master/experiements/data 1. Change the dataset path in the 1_pre_processing.py file 2. Run the 2_trainer.py to train the CNN model 3. Several models will be created in the models folder. Replace the value of load_model in the 3_detection.py and run it.