Ii
commited on
Update requirements.txt
Browse files- requirements.txt +20 -6
requirements.txt
CHANGED
@@ -1,8 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
tqdm==4.67.1
|
4 |
opencv-python==4.7.0.72
|
5 |
-
|
6 |
-
|
7 |
numpy==1.24.3
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Video processing and image handling
|
2 |
+
ffmpeg-python==0.2.0
|
|
|
3 |
opencv-python==4.7.0.72
|
4 |
+
opencv-python-headless==4.7.0.72
|
5 |
+
scikit-image==0.20.0
|
6 |
numpy==1.24.3
|
7 |
+
|
8 |
+
# Deep learning and model inference
|
9 |
+
onnx==1.14.0
|
10 |
+
onnxruntime-gpu==1.15.0
|
11 |
+
insightface==0.7.3
|
12 |
+
|
13 |
+
# Progress bar and system utilities
|
14 |
+
tqdm
|
15 |
+
psutil
|
16 |
+
|
17 |
+
# Gradio for UI
|
18 |
+
gradio==3.24
|
19 |
+
|
20 |
+
# Hugging Face model handling and additional tools
|
21 |
+
requests
|
22 |
+
huggingface_hub
|