Update requirements.txt
Browse files- requirements.txt +13 -6
requirements.txt
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
-
|
2 |
PyPDF2
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
torch
|
5 |
gradio
|
6 |
IPython
|
7 |
-
|
8 |
-
bark>=X.Y.Z
|
9 |
-
scipy>=1.0.0
|
10 |
-
IPython>=7.0.0
|
|
|
1 |
+
|
2 |
PyPDF2
|
3 |
+
pdfminer.six
|
4 |
+
pdfreader
|
5 |
+
pdfplumber
|
6 |
+
Pillow
|
7 |
+
pytesseract
|
8 |
+
poppler-utils
|
9 |
+
tesseract-ocr
|
10 |
+
libtesseract-dev
|
11 |
+
git+https://github.com/huggingface/transformers.git
|
12 |
+
datasets
|
13 |
+
sentencepiece
|
14 |
torch
|
15 |
gradio
|
16 |
IPython
|
17 |
+
IPython>=7.0.0
|
|
|
|
|
|