Update requirements.txt
Browse files- requirements.txt +27 -5
requirements.txt
CHANGED
@@ -1,5 +1,27 @@
|
|
1 |
-
fastapi==0.
|
2 |
-
uvicorn==0.
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.23.2
|
3 |
+
gunicorn==22.0.0
|
4 |
+
python-multipart==0.0.6
|
5 |
+
jinja2==3.1.2
|
6 |
+
transformers==4.44.2
|
7 |
+
torch==2.4.1
|
8 |
+
hf_xet==0.1.0
|
9 |
+
pillow==10.0.1
|
10 |
+
python-docx==0.8.11
|
11 |
+
pandas==2.1.1
|
12 |
+
numpy==1.26.0
|
13 |
+
matplotlib==3.8.0
|
14 |
+
seaborn==0.13.0
|
15 |
+
openpyxl==3.1.2
|
16 |
+
scikit-learn==1.3.1
|
17 |
+
scipy==1.11.3
|
18 |
+
google-generativeai==0.8.1
|
19 |
+
python-dotenv==1.0.1
|
20 |
+
requests==2.32.3
|
21 |
+
sentencepiece==0.2.0
|
22 |
+
pymupdf==1.24.9
|
23 |
+
pdfminer.six==20231228
|
24 |
+
pdf2image==1.17.0
|
25 |
+
python-magic==0.4.27
|
26 |
+
pyspellchecker==0.8.1
|
27 |
+
nltk==3.9.1
|