raviix46 commited on
Commit
cb4a120
·
verified ·
1 Parent(s): 74ebf0b

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers>=4.36.0
2
+ torch>=2.0.0
3
+ gradio>=4.15.0
4
+ sentencepiece>=0.1.99
5
+ sentence-transformers>=2.2.2
6
+ scikit-learn>=1.1.3
7
+ numpy>=1.21.0
8
+ pytesseract>=0.3.10 # OCR support
9
+ Pillow>=10.0.0 # Image processing
10
+ pymupdf>=1.23.7 # PDF to text/image
11
+ pdf2image>=1.16.3 # Optional: Convert PDF pages to images if needed
12
+ sacremoses>=0.0.53