Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 638 Bytes

CSV_AI_BOT

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.

Quick Start

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/decode-mayank/CSV_AI_BOT

Navigate to the project directory :

cd CSV_AI_BOT

Create a virtual environment :

python -m venv .venv
.\.venv\Scripts\activate

Install the required dependencies in the virtual environment :

pip install -r requirements.txt