Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 📊
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
@@ -12,26 +12,15 @@ license: mit
|
|
| 12 |
|
| 13 |
# SAP SALT Analytics Demo
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
## Features
|
| 18 |
-
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
- **Interactive Insights**: Pre-built business intelligence dashboards
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
3. **Ask Questions**: Use natural language to query the data (requires OpenAI API key)
|
| 29 |
-
|
| 30 |
-
## Business Value
|
| 31 |
-
|
| 32 |
-
- Automate sales order processing
|
| 33 |
-
- Optimize customer assignments
|
| 34 |
-
- Predict shipping preferences
|
| 35 |
-
- Generate actionable insights
|
| 36 |
-
|
| 37 |
-
Built with ❤️ using open source tools: DuckDB + OpenAI + Gradio + Hugging Face
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "5"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 12 |
|
| 13 |
# SAP SALT Analytics Demo
|
| 14 |
|
| 15 |
+
Open source analytics + AI for SAP ERP systems using real SAP data.
|
| 16 |
|
| 17 |
## Features
|
| 18 |
+
- Load real SAP SALT dataset from Hugging Face
|
| 19 |
+
- Generate business insights with DuckDB
|
| 20 |
+
- Natural language queries with OpenAI
|
| 21 |
+
- Secure interactive web interface
|
|
|
|
| 22 |
|
| 23 |
## Usage
|
| 24 |
+
1. Load Dataset: Click to import SAP SALT data
|
| 25 |
+
2. View Insights: See pre-built analytics
|
| 26 |
+
3. AI Q&A: Ask questions in natural language (requires OpenAI API key)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|