Views
No views yet
1ParkingLotRevenuePredictor/
2│
3├── traffic_data_builder.py # Builds dataset from images
4├── car_counter.py # Counts cars in images using OpenCV
5├── revenue_forecast.py # Forecasts revenue from traffic data
6├── dashboard.py # Streamlit app for visualization
7│
8├── requirements.txt # Python dependencies
9├── Dockerfile # Docker build config
10├── docker-compose.yml # Compose configuration
11└── README.md # Project documentationdata/1docker build -t parking-lot-revenue .
2docker run -p 8501:8501 parking-lot-revenuedocker-compose up --buildNote:
This repository was originally created on August 15, 2025, prior to the release of the Bay2Bay Hacks guidelines.
While the initial dataset setup and some foundational scripts were prepared earlier,
all hackathon-related development, improvements, and final deployment have been done during the event period.