elsoori commited on
Commit
dc8dba9
1 Parent(s): 4d237f5

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit==1.25.0
2
+ ultralyticsplus==0.0.24
3
+ ultralytics==8.0.23
4
+ torch==2.2.1
5
+ Pillow==10.0.0 # For handling image processing with PIL
6
+ numpy>=1.22 # For array manipulations