PDF chatbot using llama2 model

Pre-requisites

Run using following commmands

  • python ingest.py

  • python model.py and then ask the question from PDF

    OR

  • If using streamlit code execute : streamlit run model.py OR If using chainlit code execute : chainlit run model.py