Spaces:
Runtime error
Runtime error
Commit
·
0653f1f
1
Parent(s):
14c9707
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
numpy
|
3 |
+
onnx
|
4 |
+
Pillow
|
5 |
+
matplotlib
|
6 |
+
onnxruntime==1.6.0
|
7 |
+
scipy
|