ahmadfareedsukhera
commited on
Create requirements.txt
Browse files- 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
|