Excel Query Assistant is a web application built using Streamlit and powered by Gemini-Pro LLM. The app allows users to upload Excel files, which are seamlessly converted into a SQLite database. It then generates SQL queries to retrieve relevant information, providing an easy way to extract insights from complex Excel spreadsheets.
- Excel File Upload: Users can upload
.xlsxfiles for data extraction. - Automatic Conversion: Excel data is automatically converted into a SQLite database for efficient querying.
- SQL Query Generation: Automatically generates SQL queries based on user input, making it easy to retrieve specific information.
- Streamlit UI: Simple, intuitive interface for easy interaction with the app.
- Upload your Excel file (.xlsx) through the app's interface.
- The application will convert the Excel data into a SQLite database.
- The Gemini-Pro LLM will automatically generate SQL queries to retrieve data based on the user's input.
- View the query results directly within the app.
- Upload Excel sheets with structured data.
- The app will automatically parse the data and generate SQL queries.
- Use the generated queries to find the specific information you need.
This project is licensed under the MIT License.