Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +23 -11
requirements.txt
CHANGED
@@ -1,12 +1,24 @@
|
|
1 |
-
fastapi==0.
|
2 |
-
uvicorn==0.
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
python-docx==0.8.11
|
7 |
-
|
8 |
-
pandas==2.
|
9 |
-
numpy==1.
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|