This project is a simple AI-powered SQL Query Generator that converts Natural Language input into SQL queries using Python and a web interface built with Gradio.
Users can type questions in plain English, and the system generates the corresponding SQL query.
IN THIS PROJECT WE USE
Python FOR Main programming language AND SQLite for storing data
AND WE USE MANY LIBRARY LIKE
- Gradio -To create the user interface
- Transformers / AI model – To understand natural language
- Regular Expressions – To detect conditions like numbers or dates
- ReportLab – To export results as PDF (OR OTHER featureS)