nishanth-saka commited on
Commit
2ff73ac
·
verified ·
1 Parent(s): 54421a0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -9
requirements.txt CHANGED
@@ -1,9 +1,13 @@
1
- ffmpeg
2
- libgl1
3
- libsm6
4
- libxext6
5
- gstreamer1.0-tools
6
- gstreamer1.0-plugins-base
7
- gstreamer1.0-plugins-good
8
- gstreamer1.0-plugins-bad
9
- gstreamer1.0-libav
 
 
 
 
 
1
+ # Core
2
+ numpy
3
+ tqdm
4
+
5
+ # OpenCV (HEADLESS – required for HF)
6
+ opencv-python-headless
7
+
8
+ # YOLOv8 + tracking
9
+ ultralytics>=8.1.0
10
+
11
+ # Web UI
12
+ gradio[oauth,mcp]==5.49.1
13
+ spaces