D161764 / icoegpt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICoE GPT Jasper🤖

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. 🚀

ICoE GPT ICoE GPT the Robot from Forbidden Planet

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

Quick Start 🚀 (Website in maintenance)

[![ICoE GPT-Chatbot](https://img.shields.io/static/v1?label=ICoE GPT-Chatbot&message=Visit%20Website&color=ffffff&labelColor=ADD8E6&style=for-the-badge)](https://ICoE GPT-chatbot.streamlit.app/)

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/D161764/icoegpt.git

Navigate to the project directory :

cd ICoE GPT-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 ⚡

License:MIT License


Languages

Language:Python 97.2%Language:Shell 2.8%