gradio==3.35.2 # For building the web interface | |
langsmith # For interacting with the LangSmith Client | |
torch # For PyTorch-based models | |
transformers # For using BERT, Longformer, BigBird models | |
pypdf2 # For extracting text from PDF files | |
sentencepiece |