Skip to content

The backend of Pandemap, an app to promote a lifestyle with social distancing. (Winning submission for the IBM Call for Code 2020 Global University Track)

Notifications You must be signed in to change notification settings

nitishsahni/PandemapCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandemap Backend

This is backend of Pandemap, the winning submission for the IBM Call for Code 2020 Global University Track.

Pandemap is a location suggestion system for college students that recommends the least crowded places nearby using computer vision and location data.

Pandemap Screenshots

Demo Video

CLICK THE THUMBNAIL BELOW TO WATCH Watch our Video

The Architecture

Pandemap Architecture

  1. The user interacts with out React-Native Front End and looks for a location.
  2. The application makes a request to our Django-based backend hosted on IBM Cloud Foundry to check how crowded that location is.
  3. Our backend looks at data from our SQL Database and our Machine Learning model on Watson Studio to calculate what percentage of a specific location is full
  4. If the location is filled over a threshold value, the server sends a response to the front end to redirect the user to another, safer location.
  5. The routing is done through the HERE Maps API and their flex-polyline module.

Backend Using

  1. IBM Cloud Foundry
  2. Django
  3. Elephant SQL

Visit Pandemap to view all the components of the submission.

About

The backend of Pandemap, an app to promote a lifestyle with social distancing. (Winning submission for the IBM Call for Code 2020 Global University Track)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published