greykingreys commited on
Commit
0c1b464
·
verified ·
1 Parent(s): 3f24220

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=3.50.0
2
+ ultralytics>=8.0.0
3
+ opencv-python>=4.7.0
4
+ numpy>=1.21.0
5
+ torch>=1.8.0
6
+ torchvision>=0.9.0
7
+ Pillow>=9.0.0
8
+ tqdm>=4.64.0
9
+ pandas>=1.3.0
10
+ seaborn>=0.11.0
11
+ pyyaml>=5.3.1
12
+ scipy>=1.7.0
13
+ onnx>=1.10.0
14
+ onnxruntime>=1.10.0
15
+ protobuf>=3.20.0