Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
CHANGED
@@ -7,3 +7,26 @@ opencv-python-headless
|
|
7 |
ultralytics
|
8 |
supervision
|
9 |
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
ultralytics
|
8 |
supervision
|
9 |
huggingface_hub
|
10 |
+
|
11 |
+
# Core UI and ML frameworks
|
12 |
+
gradio
|
13 |
+
torch
|
14 |
+
torchvision
|
15 |
+
|
16 |
+
# Hugging Face model interface
|
17 |
+
transformers
|
18 |
+
|
19 |
+
# Image handling
|
20 |
+
Pillow
|
21 |
+
|
22 |
+
# Numerical operations
|
23 |
+
numpy
|
24 |
+
|
25 |
+
# FastSAM library (will pull its own dependencies like ultralytics)
|
26 |
+
fastsam
|
27 |
+
|
28 |
+
# Utility for downloading weights in the script
|
29 |
+
wget
|
30 |
+
|
31 |
+
# Optional: May be needed by some FastSAM backends or configurations
|
32 |
+
# onnxruntime
|