This document describes a computer vision system to automatically detect violations of face mask wearing during the COVID-19 pandemic. It uses techniques like Faster R-CNN, OpenCV for face detection, and MobileNet V2 in a TensorFlow/Keras model. The system was trained and tested on a dataset of 1376 images with 690 containing masks and 686 without masks. It achieved high accuracy in detecting masked and unmasked faces. Future work includes deploying this on edge devices like drones to monitor social distancing and mask compliance.