Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
transformers
|
4 |
+
pdfplumber
|
5 |
+
python-docx
|
6 |
+
python-pptx
|
7 |
+
pandas
|
8 |
+
pillow
|
9 |
+
python-multipart
|
10 |
+
PyPDF2 # Ajout de PyPDF2
|
11 |
+
pymupdf
|
12 |
+
pydantic
|
13 |
+
torch
|
14 |
+
requests
|
15 |
+
scikit-learn
|
16 |
+
sentencepiece
|
17 |
+
starlette
|
18 |
+
openpyxl
|
19 |
+
matplotlib
|
20 |
+
seaborn
|