Spaces:
Sleeping
Sleeping
Commit
·
f84f627
1
Parent(s):
04eca22
upload
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<<<<<<< HEAD
|
2 |
+
dlib==19.24.2
|
3 |
+
lmdb==1.4.1
|
4 |
+
numpy==1.24.3
|
5 |
+
opencv_python==4.7.0.72
|
6 |
+
Pillow==10.1.0
|
7 |
+
PyYAML==6.0.1
|
8 |
+
Requests==2.31.0
|
9 |
+
scipy==1.9.1
|
10 |
+
timm==0.9.2
|
11 |
+
torch>=1.7
|
12 |
+
=======
|
13 |
+
streamlit
|
14 |
+
opencv-python-headless
|
15 |
+
numpy
|
16 |
+
torch
|
17 |
+
>>>>>>> d34295b92d97b47cdb8cbec7d21de71ce4f0f33c
|
18 |
+
torchvision
|
19 |
+
tqdm==4.65.0
|
20 |
+
wandb==0.15.5
|
21 |
+
scikit-image==0.22.0
|
22 |
+
tensorboard
|
23 |
+
huggingface_hub
|