Suhasdev commited on
Commit
0f91179
·
1 Parent(s): 1e73641

Fix: Add requirements.txt exception to .gitignore and include requirements.txt in repo

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=6.1.0
2
+ easyocr>=1.7.0
3
+ pytesseract>=0.3.10
4
+ opencv-python-headless>=4.8.0
5
+ matplotlib>=3.7.0
6
+ lxml>=4.9.0
7
+ numpy>=1.24.0
8
+ Pillow>=10.0.0
9
+ datasketch>=1.6.0
10
+