Update requirements.txt
Browse files- requirements.txt +11 -3
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
requests==2.31.0
|
3 |
+
Pillow==10.1.0
|
4 |
+
pytesseract==0.3.10
|
5 |
+
PyMuPDF==1.23.8
|
6 |
+
sentence-transformers==2.2.2
|
7 |
+
numpy==1.24.3
|
8 |
+
python-multipart==0.0.6
|
9 |
+
opencv-python-headless==4.8.1.78
|
10 |
+
scikit-learn==1.3.2
|
11 |
+
protobuf==4.25.1
|