Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -35,6 +35,9 @@ click<8.1
|
|
35 |
# Numpy for matrix operations and numerical computations
|
36 |
numpy==1.23.0
|
37 |
|
|
|
|
|
|
|
38 |
# Optional: pytesseract and Pillow for OCR if necessary for PDFs without extractable text
|
39 |
pytesseract==0.3.9
|
40 |
Pillow==9.4.0
|
|
|
35 |
# Numpy for matrix operations and numerical computations
|
36 |
numpy==1.23.0
|
37 |
|
38 |
+
# scikit-learn for cosine similarity and other machine learning utilities
|
39 |
+
scikit-learn==1.2.2
|
40 |
+
|
41 |
# Optional: pytesseract and Pillow for OCR if necessary for PDFs without extractable text
|
42 |
pytesseract==0.3.9
|
43 |
Pillow==9.4.0
|