Manju080 commited on
Commit
e161cb9
Β·
1 Parent(s): 0d8581e

Initial deployment readme file

Browse files
Files changed (1) hide show
  1. README.md +21 -1
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. This model is fine-tuned on CodeT5 and provides an intuitive web interface for easy interaction.
 
 
 
 
 
 
 
 
 
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