malaknihed commited on
Commit
cfa0fce
·
verified ·
1 Parent(s): f9d1cef

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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