Spaces:
Runtime error
Runtime error
Initial deployment readme file
Browse files
README.md
CHANGED
@@ -1,6 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Text-to-SQL Converter
|
2 |
|
3 |
-
A powerful AI model that converts natural language questions into SQL queries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
## π Features
|
6 |
|
|
|
1 |
+
---
|
2 |
+
title: Text-to-SQL Converter
|
3 |
+
emoji: ποΈ
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Text-to-SQL Converter
|
13 |
|
14 |
+
A powerful AI model that converts natural language questions into SQL queries.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
- Natural language to SQL conversion
|
18 |
+
- Beautiful web interface
|
19 |
+
- REST API endpoints
|
20 |
+
- Batch processing support
|
21 |
+
|
22 |
+
## Usage
|
23 |
+
Simply enter your question and table headers to get SQL queries instantly!
|
24 |
|
25 |
## π Features
|
26 |
|