amine_dubs
commited on
Commit
·
d645d4c
1
Parent(s):
eb4e753
Add sentencepiece dependency for MarianTokenizer
Browse files- backend/requirements.txt +3 -8
backend/requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
-
python-multipart
|
4 |
-
transformers[torch]
|
5 |
-
# Add specific document parsing libraries later if needed, e.g.:
|
6 |
python-docx
|
7 |
-
openpyxl
|
8 |
-
python-pptx
|
9 |
PyMuPDF
|
10 |
-
|
11 |
-
|
|
|
1 |
fastapi
|
2 |
+
uvicorn
|
|
|
|
|
|
|
3 |
python-docx
|
|
|
|
|
4 |
PyMuPDF
|
5 |
+
transformers[torch]
|
6 |
+
sentencepiece # Added for MarianTokenizer
|