entropy25 commited on
Commit
a06d75b
·
verified ·
1 Parent(s): 3dde5c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,12 +1,27 @@
1
  ---
2
- title: Production Data Analysis with AI
3
  emoji: 🏭
4
  colorFrom: blue
5
  colorTo: green
6
- sdk: streamlit
7
- sdk_version: 1.25.0
8
- python_version: 3.9
9
  app_port: 7860
10
  pinned: false
11
  license: mit
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Production Data Analysis
3
  emoji: 🏭
4
  colorFrom: blue
5
  colorTo: green
6
+ sdk: docker
 
 
7
  app_port: 7860
8
  pinned: false
9
  license: mit
10
+ ---
11
+
12
+ # Production Data Analysis Dashboard
13
+
14
+ Upload your production data and get insights through interactive visualizations.
15
+
16
+ ## Features
17
+ - Production trend analysis
18
+ - Material type breakdown
19
+ - Anomaly detection
20
+ - Weekly pattern analysis
21
+
22
+ ## Data Format
23
+ Your CSV should contain:
24
+ - `date`: MM/DD/YYYY format
25
+ - `weight_kg`: Production weight
26
+ - `material_type`: Material category
27
+ - `shift`: Shift number (optional)