fecia commited on
Commit
0343575
1 Parent(s): 06f39c7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ultralytics>=8.0.0
2
+ gradio
3
+ opencv-python
4
+ matplotlib
5
+ numpy
6
+ torch
7
+ torchvision
8
+ Pillow