python-geeks / Automation-scripts

Repo for creating awesome automation scripts to make my panda lazier
MIT License
1.04k stars 562 forks source link

Create Social Distance Detection #1007

Open Kirti-Pant opened 3 weeks ago

Kirti-Pant commented 3 weeks ago

The Social Distance Detection system is a Python application that uses OpenCV and deep learning techniques to monitor and determine whether individuals in a specified area are maintaining appropriate social distancing. This tool is particularly useful in public spaces to promote safety during health crises.

Pull Request Template

script name - social_distance_detection.py

Brief about script The Social Distance Detection script utilizes OpenCV and a YOLO deep learning model to monitor real-time social distancing in public spaces. It captures video from a webcam, detects individuals in the frame, and calculates the distance between them. If any two individuals are found to be closer than a specified threshold, a visual alert is displayed on the screen. This tool promotes safety by helping ensure compliance with social distancing guidelines.

Issue no.(must) - #683

Self Check(Tick After Making pull Request)

If issue was not assigned to you Please don't make a PR. It will marked as invalid.

Kirti-Pant commented 3 weeks ago

@pawangeek , I've uploaded my PR please do have a look