SakibRumu
commited on
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.0.0
|
2 |
+
torch==1.10.0
|
3 |
+
opencv-python==4.5.3.56
|
4 |
+
pytesseract==0.3.8
|
5 |
+
tesseract==5.0.0-alpha.20220317
|
6 |
+
ultralytics==8.0.0 # for YOLOv5 support
|