Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -23
requirements.txt
CHANGED
@@ -1,32 +1,21 @@
|
|
1 |
-
# Core Dependencies
|
2 |
torch==2.2.2
|
3 |
torchvision==0.17.2
|
4 |
-
numpy==1.26.4
|
5 |
-
scipy==1.13.0
|
6 |
-
psutil==5.9.8
|
7 |
-
py-cpuinfo==9.0.0
|
8 |
-
PyYAML==6.0.1
|
9 |
-
|
10 |
-
# Computer Vision and Image Processing
|
11 |
-
opencv-python==4.7.0.72
|
12 |
-
albumentations==2.0.4
|
13 |
timm==1.0.14
|
14 |
-
|
15 |
-
|
16 |
-
# ONNX and Related Tools
|
17 |
onnx==1.14.0
|
18 |
onnxruntime==1.15.1
|
|
|
|
|
|
|
19 |
onnxslim==0.1.31
|
20 |
-
|
21 |
-
# Machine Learning Frameworks
|
22 |
-
ultralytics==8.0.20
|
23 |
-
|
24 |
-
# LLM and LangChain
|
25 |
-
langchain==0.0.102
|
26 |
-
|
27 |
-
# Gradio for UI
|
28 |
gradio==4.44.1
|
29 |
-
|
30 |
-
|
31 |
huggingface-hub==0.23.2
|
32 |
safetensors==0.4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch==2.2.2
|
2 |
torchvision==0.17.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
timm==1.0.14
|
4 |
+
albumentations==2.0.4
|
|
|
|
|
5 |
onnx==1.14.0
|
6 |
onnxruntime==1.15.1
|
7 |
+
pycocotools==2.0.7
|
8 |
+
PyYAML==6.0.1
|
9 |
+
scipy==1.13.0
|
10 |
onnxslim==0.1.31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
gradio==4.44.1
|
12 |
+
psutil==5.9.8
|
13 |
+
py-cpuinfo==9.0.0
|
14 |
huggingface-hub==0.23.2
|
15 |
safetensors==0.4.3
|
16 |
+
numpy==1.26.4
|
17 |
+
ultralytics==8.0.20
|
18 |
+
opencv-python==4.7.0.72
|
19 |
+
langchain==0.3.0
|
20 |
+
pydantic==2.9.2
|
21 |
+
|