A Python-based system that converts natural language queries into SQL, executes them against a PostgreSQL database, and returns the results.
- Clone the repository:
git clone https://github.com/hamnarif/Text-to-SQL.git cd Text-to-SQL - Install the dependencies: pip install -r requirements.txt
- Open the JUpyter Notebook
Text-to-SQL.ipynb
Credits This project uses LlamaIndex for SQL database interactions.