Spaces:
Sleeping
Sleeping
| title: AI Delivery Performance Dashboard | |
| emoji: ๐ | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: "5.49.1" | |
| app_file: app.py | |
| pinned: false | |
| # AI Delivery Performance Intelligence Dashboard | |
| This Hugging Face Spaces app analyzes delivery logistics performance. | |
| ## Main features | |
| - CSV upload | |
| - Automated data cleaning | |
| - Synthetic delay generation | |
| - KPI overview | |
| - Interactive filters | |
| - Scenario simulation | |
| - Quantitative charts | |
| - Dataset-generated qualitative analysis | |
| - AI-style management recommendations | |
| - Downloadable processed data and summary files | |
| ## Required input | |
| Upload a CSV with the following columns: | |
| delivery_id, delivery_partner, package_type, vehicle_type, delivery_mode, region, weather_condition, | |
| distance_km, package_weight_kg, delivery_time_hours, expected_time_hours, delayed, | |
| delivery_status, delivery_rating, delivery_cost | |