yvann-hub / Robby-chatbot

AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡

Home Page:https://robby-chatbot.streamlit.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robby-chatbot 🤖

Twitter Follow

An AI chatbot featuring conversational memory, designed to enable users to discuss their CSV, PDF, TXT data and YTB videos in a more intuitive manner. 🚀

Robby Robby the Robot from Forbidden Planet

For better understanding, see my medium article 🖖 : Build a chat-bot over your CSV data

Quick Start 🚀

Robby-Chatbot

Running Locally 💻

Follow these steps to set up and run the service locally :

Prerequisites

  • Python 3.8 or higher
  • Git

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
.\.venv\Scripts\activate

Install the required dependencies in the virtual environment :

pip install -r requirements.txt

Launch the chat service locally :

streamlit run src/Home.py

That's it! The service is now up and running locally. 🤗

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 (:

About

AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡

https://robby-chatbot.streamlit.app

License:MIT License


Languages

Language:Python 98.6%Language:Shell 1.4%