An open API service indexing awesome lists of open source software.

https://github.com/sgcodex/aixvenus

Simple Excel Rag Chatbot
https://github.com/sgcodex/aixvenus

ai chatbot gemini gemini-api python streamlit

Last synced: about 8 hours ago
JSON representation

Simple Excel Rag Chatbot

Awesome Lists containing this project

README

          

# AIXMindBot

AIXMindBot is an Excel RAG (Retrieval-Augmented Generation) chatbot that allows you to ask questions about your Excel data.

## Features

* **Excel Data Interaction:** Loads and processes data from Excel files.
* **Multi-Sheet Support:** Handles data from all sheets within an Excel file.
* **Gemini API Powered:** Uses the Gemini API to understand and answer your questions.
* **User-Friendly Interface:** Built with Streamlit for easy interaction.
* **Chat History:** Maintains a chat history for context.

## How to Use

1. **Run the Streamlit app:** Make sure you have the necessary libraries installed (`streamlit`, `pandas`, `google-generativeai`).
2. **Enter your Gemini API key:** The app will prompt you for your API key. You can get one from [Google AI Studio](https://aistudio.google.com/apikey).
3. **Ask your questions:** Type your question in the chat input and AIXMindBot will provide an answer based on your Excel data.