Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.27 KB

Between Us

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.

Problem

There are tons of research-level resources for estimating social distance from images, just to name a few:

... but none of them offer a ready to use API for live or async analysis of images.

Solution

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.

Usage & detailed approach

See betweenus-api/README.md

Demo

We also built a demo web app that showcases the power of the API.

Webcam mode showcase

Usage & detailed approach

See betweenus-react/README.md