Hadiil commited on
Commit
cdc5729
·
verified ·
1 Parent(s): 110a761

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -11
requirements.txt CHANGED
@@ -1,12 +1,24 @@
1
- fastapi==0.95.2
2
- uvicorn==0.22.0
3
- transformers==4.40.0
4
- torch==2.0.1
5
- Pillow==9.5.0
 
 
6
  python-docx==0.8.11
7
- PyMuPDF==1.22.5
8
- pandas==2.0.3
9
- numpy==1.24.3
10
- google-generativeai==0.5.2
11
- aiohttp==3.8.5
12
- python-multipart==0.0.9
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.23.2
3
+ python-multipart==0.0.6
4
+ jinja2==3.1.2
5
+ transformers==4.35.0
6
+ torch==2.1.0
7
+ pillow==10.0.1
8
  python-docx==0.8.11
9
+
10
+ pandas==2.1.1
11
+ numpy==1.26.0
12
+ matplotlib==3.8.0
13
+ seaborn==0.13.0
14
+ openpyxl==3.1.2
15
+ scikit-learn==1.3.1
16
+ scipy==1.11.3
17
+ google-generativeai
18
+ python-dotenv
19
+ requests
20
+ docx==0.2.4
21
+ sentencepiece>=0.1.99
22
+ pymupdf>=1.23.0 # Fast PDF parsing (primary)
23
+ pdfminer.six>=20221105 # Fallback PDF parser
24
+ pdf2image>=1.16.3 # Optional: OCR fallback if needed