Streamlit-based PDF Question Answering chatbot

To run the project follow the below steps:

  1. Create a virtual environment to run projetct -> conda create -p venv python=3.10
  2. Activate the venv environment -> conda activate venv
  3. Install the requirement libraries from the txt file -> pip install -r requirements.txt
  4. Run the streamlit based app.py -> streamlit run app.py
Screenshot 2024-09-10 at 9 44 45 PM