Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.41.1
|
2 |
+
tensorflow==2.18.0
|
3 |
+
torchvision==0.15.2
|
4 |
+
pandas==2.0.3
|
5 |
+
numpy==1.26.0
|
6 |
+
torch==2.0.1
|
7 |
+
scikit-learn==1.3.0
|
8 |
+
Pillow==9.5.0
|
9 |
+
matplotlib==3.8.0
|
10 |
+
jinja2==3.1.2
|
11 |
+
seaborn==0.13.2
|
12 |
+
opencv-python== 4.11.0.86
|
13 |
+
tf-keras-vis==0.8.7
|
14 |
+
|