Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: SAP SALT Analytics Demo
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# SAP SALT Analytics Demo
|
| 14 |
+
|
| 15 |
+
This Space demonstrates how open source analytics, machine learning, and deep learning can generate massive value for enterprises running SAP as an ERP system.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- **Real SAP Data**: Uses the authentic SAP SALT dataset from Hugging Face
|
| 20 |
+
- **DuckDB Analytics**: High-performance analytical queries
|
| 21 |
+
- **AI-Powered Q&A**: Natural language interface using OpenAI
|
| 22 |
+
- **Interactive Insights**: Pre-built business intelligence dashboards
|
| 23 |
+
|
| 24 |
+
## Usage
|
| 25 |
+
|
| 26 |
+
1. **Load Dataset**: Click to load the SAP SALT dataset into DuckDB
|
| 27 |
+
2. **View Insights**: Generate pre-built analytical insights
|
| 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
|