Spaces:
Sleeping
Sleeping
add library dependancy
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.1
|
2 |
+
torchaudio==2.2.1
|
3 |
+
torchsummary==1.5.1
|
4 |
+
torchvision==0.17.1
|
5 |
+
streamlit==1.31.1
|
6 |
+
streamlit-webrtc==0.47.6
|
7 |
+
sympy==1.12
|
8 |
+
tenacity==8.2.3
|
9 |
+
tensorboard==2.15.2
|
10 |
+
tensorboard-data-server==0.7.2
|
11 |
+
tensorflow==2.15.0
|
12 |
+
pillow==10.2.0
|
13 |
+
opencv-contrib-python==4.9.0.80
|
14 |
+
opencv-python==4.9.0.80
|
15 |
+
facenet-pytorch==2.5.3
|
16 |
+
transformers==4.41.2
|
17 |
+
gradio
|