PD03 commited on
Commit
8d8bf58
·
verified ·
1 Parent(s): d5a64cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -6
README.md CHANGED
@@ -1,12 +1,37 @@
1
  ---
2
- title: Salt
3
- emoji: 🏆
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.44.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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