Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- 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
|