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.
- Clone the repository
- Install the
requirements.txt
file - Run the
app.py
file
streamlit run app.py