Spaces:
Runtime error
Runtime error
File size: 676 Bytes
3ed14a8 6935524 3ed14a8 ba07482 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
title: AI SQL Query Builder
emoji: 💻
colorFrom: yellow
colorTo: yellow
sdk: docker
pinned: true
---
# AI SQL Query Builder
## Getting Started
To get started with CURE AI, follow these steps:
### Clone Repository
```
git clone https://github.com/Shrey-patel-07/ai-sql-query-builder.git
```
### Install the dependencies from requirement.txt
```
pip install -r requirements.txt
```
### Run ddl_query_generator.py database_selection.py to generate SQL Query from DLL
```
python ddl_query_generator.py
```
### Run database_selection.py to generate outputs from database
```
python database_selection.py
```
### Launch it on your browser
```
http://localhost:5713
```
|