ashishpatel26 / CSV-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%