Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
PyPDF2==1.26.0
|
2 |
+
sentencepiece==0.1.96
|
3 |
+
pdfminer.six==20200517
|
4 |
+
pdfplumber==0.5.28
|
5 |
+
pdf2image==1.16.0
|
6 |
+
Pillow>=8.3.1
|
7 |
+
pytesseract==0.3.8
|
8 |
+
transformers
|
9 |
+
torch>=1.11.0
|
10 |
+
torchvision==0.12.0
|
11 |
+
torchaudio==0.11.0
|
12 |
+
tensorflow==2.8.0
|