An application which uses streamlit interface and converts user's query into SQL query, executes it on a database, and then returns the result.
PythonMIT
An LLM-powered application which takes user queries related to a database -> converts the query into a SQL query -> executes the query on the db -> returns the result in text and table format✨
Features: 🪄
Uses OpenAI's API to process user queries and convert it into SQL query.
The application is able to extract the relevant information from the database based on the query.
The list of tables in the database is available on the top in the Streamlit interface. You can use this list to query relevant information.