Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 987 Bytes

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

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/Architectshwet/Chat-on-csv-data.git

Navigate to the project directory :

cd ChatBot-CSV

Create a virtual environment :

python -m venv .venv
source .venv/bin/activate

Install the required dependencies in the virtual environment :

pip install -r requirements.txt

Launch the chat service locally :

streamlit run app.py

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