This project won first place at 2020's edition of 2NHack, check out the slides.
An image social distance estimation API, with an accompanying demo web app.
There are tons of research-level resources for estimating social distance from images, just to name a few:
- https://github.com/Ank-Cha/Social-Distancing-Analyser-COVID-19
- https://github.com/ParthPathak27/Social-Distancing-Detector
- https://github.com/deepak112/Social-Distancing-AI
- https://github.com/aqeelanwar/SocialDistancingAI
- https://github.com/IIT-PAVIS/Social-Distancing
- https://github.com/neuralet/smart-social-distancing
... but none of them offer a ready to use API for live or async analysis of images.
We built a simple, ready to use API based on the leading solution at the time of writing this.
We tweaked the social distancing algorithm to cover most common cases.
We also built a demo web app that showcases the power of the API.