Skip to content

kannangojo/SQL_query_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SQL_query_generator

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

  1. Gradio -To create the user interface
  2. Transformers / AI model – To understand natural language
  3. Regular Expressions – To detect conditions like numbers or dates
  4. ReportLab – To export results as PDF (OR OTHER featureS)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors