Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
numpy>=1.24.0
|
5 |
+
Pillow>=9.0.0
|
6 |
+
opencv-python>=4.7.0
|
7 |
+
matplotlib>=3.7.0
|
8 |
+
supervision>=0.12.0
|
9 |
+
ultralytics>=8.0.0
|
10 |
+
pandas>=2.0.0
|