Information Retrieval System ChatBot

Installation

To set up the Information Retrieval System ChatBot locally, follow these steps:

Step-1: Clone the repository to your local machine:

    git clone https://github.com/jatin-12-2002/Information_Retrieval_System

Step-2: Navigate to the project directory:

    cd Information_Retrieval_System

Step 3: Create a conda environment after opening the repository

    conda create -p env python=3.10 -y
    conda activate ./env

Step 4: Install the requirements

    pip install -r requirements.txt

Step-5: Set up environment variables:

  • Create a .env file in the project directory.
  • Define the necessary environment variables such as database connection strings, API keys, etc.
  • My .env file is here

Step-6: Run the Streamlit application:

    streamlit run StreamlitApp.py