A Streamlit-powered simulation tool to model and optimize elevator traffic in high-rise residential buildings.
- Simulates elevator rider behavior by time of day
- Adjustable variables: elevators, floors, pets, weekend traffic, etc.
- Animated elevator position heatmaps (15-min resolution)
- Wait time, ride time, and dropout analysis
- CSV export & save/load simulation sessions
- Streamlit-ready interface and branding
git clone https://github.com/therealtplum/elevator-efficiency-lab.git
cd elevator-efficiency-lab
pip install -r requirements.txt
streamlit run elevator_efficiency_lab.py