File size: 587 Bytes
b0843e3 a06d75b 3c88859 4a7ad8a 7959abc b0843e3 3c88859 a06d75b 4a7ad8a a06d75b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: Production Data Analysis
emoji: 🏭
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.25.0
python_version: 3.9
app_port: 7860
pinned: false
license: mit
---
# Production Data Analysis Dashboard
Upload your production data and get insights through interactive visualizations.
## Features
- Production trend analysis
- Material type breakdown
- Anomaly detection
- Weekly pattern analysis
## Data Format
Your CSV should contain:
- `date`: MM/DD/YYYY format
- `weight_kg`: Production weight
- `material_type`: Material category
- `shift`: Shift number (optional) |