Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 714 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 714 Bytes

Project for HackHPI hackathon

This project features an interactive live map that shows the occupancy of public transportation in Potsdam based on camera footage. Thereby, the website shows the live location of the vehicles and assigns an occupancy rating as a color ring.

Installation

Prerequisites:

  • npm package manager
  • python venv

Install dependencies:

python ./install.py

Run frontend & backend:

python ./start.py

Deployment