dev2607 commited on
Commit
28e62a0
·
verified ·
1 Parent(s): 2827384

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio>=3.50.2
2
+ pytesseract>=0.3.8
3
+ Pillow>=9.0.0
4
+ opencv-python-headless>=4.5.1
5
+ numpy>=1.24.0
6
+ python-dotenv>=0.19.0
7
+ requests>=2.27.1