diff --git a/README.md b/README.md index c62cb85..f1f5c2f 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Social_Distancing_with_AI \ No newline at end of file +# Social_Distancing_with_AI +This project aims at monitoring people violating Social Distancing over CCTV footage during these tough COVID19 times. It uses YOLOv3 for localizing the intruders. A face mask classifier model (Resnet50) is trained on augmented masked faces (using face landmarks) for finding people not wearing a face mask.