Skip to content

An image social distance estimation API, with an accompanying demo web app.

Notifications You must be signed in to change notification settings

alexdevmotion/between-us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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