Spaces:
Sleeping
Sleeping
Add fpdf2 for PDF output, remove unused ML deps (keybert, sentence-transformers, transformers, torch)"
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
keybert
|
| 2 |
-
sentence-transformers
|
| 3 |
-
transformers
|
| 4 |
-
torch
|
| 5 |
huggingface_hub>=0.20.0
|
| 6 |
python-docx
|
| 7 |
scikit-learn
|
| 8 |
pdfplumber
|
| 9 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub>=0.20.0
|
| 2 |
python-docx
|
| 3 |
scikit-learn
|
| 4 |
pdfplumber
|
| 5 |
numpy
|
| 6 |
+
fpdf2
|