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
- Host: GitHub
- URL: https://github.com/sgcodex/aixvenus
- Owner: SGCODEX
- Created: 2025-05-12T19:21:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-29T12:09:08.000Z (5 months ago)
- Last Synced: 2026-01-30T02:20:28.361Z (5 months ago)
- Topics: ai, chatbot, gemini, gemini-api, python, streamlit
- Language: Python
- Homepage: https://aixmindbot.streamlit.app/
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.