This project implements an End-to-End Text-to-SQL application that allows users to convert natural language queries into SQL statements. The app is powered by Google Gemini Pro, enabling seamless interaction with SQL databases through easy-to-use text inputs.
The project leverages Python for backend processing, utilizing the Google Gemini Pro API to convert text into SQL queries, and Streamlit for a user-friendly interface. Users can input natural language questions, and the app will generate the corresponding SQL queries and return results from a connected database.
- Converts natural language to SQL queries
- Built with Python and Streamlit
- Powered by Google Gemini Pro API
- Simple and intuitive user interface