This is a social distance measuring application which measure whether people are maintaining 6 fit distance among themselves.
Technologies used: Opencv,numpy,tkinter,darknet-yolo
You should have python installed.
Step 1) Download and go to source directory
$ git clone https://github.com/dufftt/social_distance_detector.git
$ cd social_distance_detector
Step 2) create and activate virtual environment
$ mkvirtualenv detector
$ workon detector
For Window Users
python3 -m venv detector
detector\Scripts\activate.bat
Step 3) Install Requirements
$ pip install -r requirements.txt
Step 4) Start Application
$ python myApp.py
Refernce: