Robby Chatbot
AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡
Install / Use
npx skills add yvann-ba/Robby-chatbotInstalls into whichever agent you are using.
README
Robby-chatbot 🤖
An AI chatbot featuring conversational memory, designed to enable users to discuss their CSV, PDF, TXT data and YouTube videos in a more intuitive manner. 🚀
I'm currently working on making AI useful for geospatial -> building TerraLab with my dad and best friend, come take a look hehe
Robby the Robot from Forbidden Planet
For better understanding, see my Medium article 🖖 : Build a chat-bot over your CSV data
Features ✨
- Robby-Chat: Chat with your documents (PDF, TXT, CSV) using vector embeddings and conversational memory
- Robby-Sheet: Analyze tabular data with natural language using PandasAI
- Robby-Youtube: Summarize YouTube videos using AI
Tech Stack 🛠️
- LangChain - LLM orchestration framework
- OpenAI - GPT-4o, GPT-4o-mini, GPT-4-turbo, GPT-3.5-turbo
- PandasAI - Natural language data analysis
- Streamlit - Web application framework
- FAISS - Vector similarity search
Running Locally 💻
Follow these steps to set up and run the service locally:
Prerequisites
- Python 3.10 or higher
- Git
- OpenAI API key
Installation
Clone the repository:
git clone https://github.com/yvann-hub/Robby-chatbot.git
Navigate to the project directory:
cd Robby-chatbot
Create a virtual environment:
python -m venv .venv
source .venv/bin/activate # On macOS/Linux
# or
.venv\Scripts\activate # On Windows
Install the required dependencies:
pip install -r requirements.txt
Launch the chat service locally:
streamlit run src/Home.py
Environment Variables (Optional)
You can set your OpenAI API key as an environment variable instead of entering it in the UI:
export OPENAI_API_KEY="your-api-key-here"
Or create a .env file in the project root:
OPENAI_API_KEY=your-api-key-here
That's it! The service is now up and running locally. 🤗
Models Available 🤖
- GPT-4o-mini - Fast and cost-effective (default)
- GPT-4o - Most capable model
- GPT-4-turbo - Balanced performance
- GPT-3.5-turbo - Legacy model
Contributing 🙌
If you want to contribute to this project, please open an issue, submit a pull request or contact me at barbot.yvann@gmail.com (:
Related Skills
gortex
1.1kHigh-performance code-intelligence engine for AI agents and IDE, supports 257 languages, multi repositories, based on graph, with access via CLI, MCP Server, and API. AI coding agents teammate - expose only needed information, cutting token usage up to 50x. 100% local.
techrogue
TechRogue – Roguelike technical quiz for engineers. Usage: /techrogue | /techrogue build | /techrogue settings
cc-switch
125.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io
cc-switch
125.6kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io
