Skip to content

Latest commit

 

History

History
 
 

sql-database-agent-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SQL Database App

This application allows you to connect to a SQL database and generate SQL queries from natural language. The application generates the SQL query. The application will display the results of the query in a table format.

SQL Database App

To run the app

  • Clone the repository
  • Install the requirements.txt file
  • Run the app.py file
streamlit run app.py