luminoussg commited on
Commit
f9dedaf
·
verified ·
1 Parent(s): cc5812c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- streamlit
2
- opencv-python-headless
3
- torch
4
- ultralytics # Ensure the ultralytics library for YOLO is correctly defined
5
  numpy
6
- shapely # Used for geometric calculations; confirm if necessary or adjust as per project need
 
 
1
+ gradio
2
+ opencv-python
3
+ pandas
 
4
  numpy
5
+ ultralytics
6
+ ffmpeg-python