rsjain1978 / ChatBot-CSV

An AI chatbot🤖 for conversing with your CSV data 📄. Built using Langchain, OpenAI, and Streamlit ⚡

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatBot-CSV 🤖

An AI chatbot featuring conversational memory, designed to enable users to discuss their CSV data in a more intuitive manner. 📄

By integrating the strengths of Langchain and OpenAI, ChatBot-CSV employs large language models to provide users with seamless, context-aware natural language interactions for a better understanding of their CSV data.🧠

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

Quick Start 🚀

To use ChatBot-CSV, simply visit the following link :

ChatBot-CSV.app

Running Locally 💻

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

Prerequisites

  • Python 3.7 or higher
  • Git

Installation

Clone the repository :

git clone https://github.com/yvann-hub/ChatBot-CSV.git

Navigate to the project directory :

cd ChatBot-CSV

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 chatbot_csv.py

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

Contributing

Contributions are always welcome! If you want to contribute to this project, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An AI chatbot🤖 for conversing with your CSV data 📄. Built using Langchain, OpenAI, and Streamlit ⚡

https://chatbot-csv.streamlit.app

License:MIT License


Languages

Language:Python 100.0%