Automation-scripts icon indicating copy to clipboard operation
Automation-scripts copied to clipboard

Create Social Distance Detection

Open Kirti-Pant opened this issue 1 year ago • 1 comments

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)

  • [x] This issue was assigned to me.
  • [x] One Change in one Pull Request
  • [ ] My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • [x] I am following clean code and Documentation and my code is well linted with flake8.
  • [x] I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • [ ] I have used REPO README TEAMPLATE (Necessary)
  • [ ] Just including required dependencies in requirements.txt (Don't include Python version too)

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

Kirti-Pant avatar Oct 27 '24 08:10 Kirti-Pant

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

Kirti-Pant avatar Oct 27 '24 08:10 Kirti-Pant