Shankarm08 commited on
Commit
7108a73
·
verified ·
1 Parent(s): 663e818

Update requirements.txt

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