ahasera commited on
Commit
9c0a500
·
1 Parent(s): 078e8d3

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ easyocr==1.7.1
2
+ gradio==4.40.0
3
+ keras_ocr==0.9.3
4
+ numpy==1.24.4
5
+ opencv_python==4.10.0.82
6
+ opencv_python_headless==4.10.0.82
7
+ pandas==2.2.2
8
+ Pillow==9.5.0
9
+ pytesseract==0.3.10
10
+ torch==2.4.0
11
+ transformers==4.44.0
12
+ ultralytics==8.2.74