ahmadfareedsukhera commited on
Commit
bc7870d
·
verified ·
1 Parent(s): 7ed0298

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ gradio==3.35.2 # For building the web interface
2
+ langsmith # For interacting with the LangSmith Client
3
+ torch # For PyTorch-based models
4
+ transformers # For using BERT, Longformer, BigBird models
5
+ pypdf2 # For extracting text from PDF files