Ii commited on
Commit
ebfe364
·
verified ·
1 Parent(s): 5c36eb3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -6
requirements.txt CHANGED
@@ -1,8 +1,22 @@
1
- ngrok==1.4.0
2
- psutil==6.1.1
3
- tqdm==4.67.1
4
  opencv-python==4.7.0.72
5
- onnx==1.14.0
6
- onnxruntime==1.15.0
7
  numpy==1.24.3
8
- gradio==3.33.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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