Navya-Sree commited on
Commit
2782b41
·
verified ·
1 Parent(s): dfb8f53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -10,7 +10,21 @@ tags:
10
  pinned: false
11
  short_description: Streamlit template space
12
  ---
 
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Welcome to Streamlit!
15
 
16
  Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
10
  pinned: false
11
  short_description: Streamlit template space
12
  ---
13
+ # 🤖 AI-Powered SQL Query Generator
14
 
15
+ Transform natural language questions into SQL queries using AI.
16
+
17
+ ## Features
18
+ - Natural language to SQL conversion
19
+ - SQL query formatting
20
+ - Example-based learning
21
+
22
+ ## How to Use
23
+ 1. Enter your question in English
24
+ 2. Click "Generate SQL"
25
+ 3. Use the generated SQL in your database
26
+
27
+ [![Open in Spaces](https://img.shields.io/badge/🤗-Open%20in%20Spaces-blue.svg)](https://huggingface.co/spaces/your-username/sql-query-generator)
28
  # Welcome to Streamlit!
29
 
30
  Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart: