Spaces:
Runtime error
Runtime error
| 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 | |
| ``` | |