Update README.md
Browse files
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 |
+
[](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:
|