Spaces:
Runtime error
Runtime error
Commit
·
b82279a
1
Parent(s):
10d750f
Update requirements.txt
Browse files- requirements.txt +20 -5
requirements.txt
CHANGED
@@ -1,5 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Base ----------------------------------------
|
2 |
+
matplotlib>=3.2.2
|
3 |
+
numpy>=1.21.6
|
4 |
+
opencv-python>=4.6.0
|
5 |
+
Pillow>=7.1.2
|
6 |
+
PyYAML>=5.3.1
|
7 |
+
requests>=2.23.0
|
8 |
+
scipy>=1.4.1
|
9 |
+
gradio==3.26.0
|
10 |
+
tensorflow==2.12.0
|
11 |
+
tensorflow-datasets==4.9.2
|
12 |
+
|
13 |
+
# Plotting ------------------------------------
|
14 |
+
pandas>=1.1.4
|
15 |
+
seaborn>=0.11.0
|
16 |
+
|
17 |
+
|
18 |
+
# Extras --------------------------------------
|
19 |
+
psutil # system utilization
|
20 |
+
thop>=0.1.1 # FLOPs computation
|