Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,35 @@
|
|
| 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 |
-
hf_oauth_scopes:
|
| 12 |
-
- inference-api
|
| 13 |
-
short_description: ask to sql
|
| 14 |
---
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Enterprise SQL Assistant
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.27.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Enterprise SQL Assistant
|
| 14 |
+
|
| 15 |
+
Ask questions about your data in natural language and get SQL queries, results, and visual insights.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- Natural language to SQL conversion
|
| 20 |
+
- Data visualization with charts
|
| 21 |
+
- Real-time query execution
|
| 22 |
+
- Enterprise-grade UI
|
| 23 |
+
|
| 24 |
+
## How to Use
|
| 25 |
+
|
| 26 |
+
1. Type a question about your data in natural language
|
| 27 |
+
2. Click "Generate SQL & Results"
|
| 28 |
+
3. View the generated SQL query, results, and visual insights
|
| 29 |
+
|
| 30 |
+
## Example Queries
|
| 31 |
+
|
| 32 |
+
- "How many members are there?"
|
| 33 |
+
- "Show me the count of members by status"
|
| 34 |
+
- "What is the total transaction amount?"
|
| 35 |
+
- "Show members with their account balances"
|