Ii commited on
Commit
9a12d43
·
verified ·
1 Parent(s): c0b1bd9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -47
requirements.txt CHANGED
@@ -1,56 +1,22 @@
 
1
  ffmpeg-python==0.2.0
2
  opencv-python==4.7.0.72
3
  opencv-python-headless==4.7.0.72
4
  scikit-image==0.20.0
5
- numpy==1.21.6 # Update numpy to a version compatible with other packages
6
- scrfd==0.2.1
 
7
  onnx==1.14.0
8
  onnxruntime-gpu==1.15.0
9
  insightface==0.7.3
10
- tqdm==4.67.1
11
- psutil==6.1.1
12
- gradio==3.24
13
- requests==2.32.3
14
- huggingface_hub==0.27.0
15
- future==1.0.0
16
- networkx==3.4.2
17
- lazy_loader==0.4
18
- scipy==1.14.1
19
- tifffile==2024.12.12
20
- pillow==10.4.0
21
- PyWavelets==1.8.0
22
- imageio==2.36.1
23
- coloredlogs==15.0.1
24
- flatbuffers==24.3.25
25
- sympy==1.13.3
26
- prettytable==3.12.0
27
- cython==3.0.11
28
- easydict==1.13
29
- scikit-learn==1.6.0
30
- albumentations==1.4.23
31
- matplotlib==3.10.0
32
- aiohttp==3.11.11
33
- altair==5.5.0
34
- markupsafe==3.0.2
35
- websockets==14.1
36
- orjson==3.10.12
37
- markdown-it-py[linkify]==3.0.0
38
- pydub==0.25.1
39
- mdit-py-plugins<=0.3.3
40
- gradio-client==1.5.2
41
- pyyaml==6.0.2
42
- aiofiles==24.1.0
43
- uvicorn==0.34.0
44
- httpx==0.28.1
45
- python-multipart==0.0.20
46
- semantic-version==2.10.0
47
- ffmpy==0.5.0
48
- jinja2==3.1.4
49
- fastapi==0.115.6
50
- onnxruntime==1.20.1
51
 
52
- numpy==1.21.6
53
- opencv-python==4.7.0.72
54
- scikit-image==0.19.3
55
- scrfd==1.0.0
 
 
56
 
 
 
 
 
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