edeler commited on
Commit
325176f
·
verified ·
1 Parent(s): ac7cc67

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio>=4.0.0
3
+ torch>=2.0.0
4
+ torchvision>=0.15.0
5
+
6
+ # Computer Vision - using headless version for server environments
7
+ opencv-python-headless>=4.8.0
8
+ Pillow>=10.0.0
9
+ numpy>=1.24.0
10
+
11
+ # Object Detection
12
+ ultralytics>=8.0.0
13
+ supervision>=0.18.0
14
+
15
+ # Hugging Face
16
+ huggingface_hub>=0.19.0
17
+ spaces>=0.20.0