Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
timm
|
4 |
-
|
|
|
|
|
|
|
5 |
matplotlib
|
6 |
-
|
7 |
-
|
8 |
-
# pytesseract
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
timm
|
4 |
+
pandas
|
5 |
+
numpy
|
6 |
+
tqdm
|
7 |
+
scikit-learn
|
8 |
matplotlib
|
9 |
+
Pillow
|
10 |
+
gradio
|
|