Skip to content

ANDEV-afk/ROAD-TRAFFIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Road & Traffic Simulation — Prototype

Setup

  1. Create and activate a Python 3.10+ environment.
  2. Install dependencies:
pip install -r requirements.txt

Run

python -m streamlit run app.py

Use

  • Use the map's draw tools to sketch:
    • Polyline for the road alignment.
    • Markers or polygons for obstacles (potholes, barriers, etc.).
  • The drawn layers are captured as GeoJSON and displayed on the right.
  • Next iterations will parse this GeoJSON and run a simple traffic model to reveal congestion and recommended fixes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages