Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ultralytics>=8.0.0
|
2 |
+
easyocr>=1.6.0
|
3 |
+
opencv-python>=4.5.0
|
4 |
+
torch>=1.9.0
|
5 |
+
torchvision>=0.10.0
|
6 |
+
pillow>=8.0.0
|
7 |
+
numpy>=1.21.0
|
8 |
+
matplotlib>=3.3.0
|
9 |
+
huggingface-hub>=0.10.0
|
10 |
+
onnx>=1.12.0
|
11 |
+
onnxruntime>=1.12.0
|