pierreguillou
commited on
Commit
•
aa945d4
1
Parent(s):
ba4656c
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
datasets
|
4 |
+
pytesseract
|
5 |
+
opencv-python
|
6 |
+
pdf2image
|
7 |
+
pypdf
|
8 |
+
langdetect
|
9 |
+
gradio
|