Tartu Smart Bike · July 2019
Interactive Findings & Visual Gallery
Explore the key results from temporal, spatial, statistical, machine learning, and network analyses of the Tartu Smart Bike system. All assets are generated from the open dataset and live in this repository.
Time Series & Forecasting
Seasonal Decomposition
Hourly demand · trend / seasonal / residual
Forecast (SARIMA)
1-week ahead demand prediction
Statistical Insights
User Segmentation
3 usage segments
Community Detection
Louvain communities
Centrality Metrics
NetworkX centralities
Station Network
73 stations · 3,520 routes
Machine Learning
User Behavior Clustering
K-means clusters
Anomaly Detection
Isolation Forest results
Interactive Maps & Charts
GPS Heatmap
Folium · zoom & pan
How to reproduce
Local reproduction
Install dependencies and run:
pip install -r requirements.txt
python scripts/01_data_preprocessing.py
python scripts/02_run_eda.py
Streamlit dashboard
streamlit run dashboard.py