Kaggle Dataset: https://www.kaggle.com/datasets/wobotintelligence/face-mask-detection-dataset
- Used Kaggle dataset to train model to detect face masks real-time using TensorFlow and OpenCV.
- Finetuned pretrained MobileNet SSD model for face mask detection on ~2000 images and achieved training loss of 0.07 and test loss of 0.11 after 5000 steps.
- Utilized Twilio API to convert system to an alert system that sends messages when faces without masks are detected.