Commit
·
7868581
1
Parent(s):
70d902f
Subindo arquivos5
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
torch==1.11.0
|
2 |
torchvision==0.12.0
|
3 |
-
scikit-learn==0.
|
4 |
-
matplotlib==3.4.2
|
5 |
-
seaborn==0.11.1
|
6 |
-
numpy==1.21.0
|
7 |
-
Pillow==8.2.0
|
8 |
gradio==4.12.0
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
|
|
1 |
torch==1.11.0
|
2 |
torchvision==0.12.0
|
3 |
+
scikit-learn==1.0.2
|
|
|
|
|
|
|
|
|
4 |
gradio==4.12.0
|
5 |
+
matplotlib==3.4.3
|
6 |
+
seaborn==0.11.2
|
7 |
+
Pillow==8.4.0
|
8 |
+
joblib==1.1.0
|
9 |
+
onnx==1.10.2
|
10 |
+
onnx-tf==1.9.0
|
11 |
+
tensorflow==2.9.1
|
12 |
+
tensorflowjs==3.20.0
|
13 |
+
numpy==1.21.6
|
14 |
+
Cython==0.29.24
|
15 |
+
|
16 |
|