Shreyass334 commited on
Commit
c1f91fc
·
verified ·
1 Parent(s): 50f8ff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -10
README.md CHANGED
@@ -1,16 +1,35 @@
1
  ---
2
- title: Sql Coder
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.42.0
8
  app_file: app.py
9
  pinned: false
10
- hf_oauth: true
11
- hf_oauth_scopes:
12
- - inference-api
13
- short_description: ask to sql
14
  ---
15
 
16
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"