Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python==4.11.0.86
|
2 |
+
ultralytics==8.3.162
|
3 |
+
roboflow==1.1.66
|
4 |
+
wget==3.2
|
5 |
+
ffmpeg-python==0.2.0
|
6 |
+
paddleocr==2.9.0
|
7 |
+
paddlepaddle-gpu==2.6.2
|
8 |
+
paddlepaddle==2.6.2
|