Update requirements.txt
Browse files- requirements.txt +14 -20
requirements.txt
CHANGED
|
@@ -1,23 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
opencv-python-headless==4.12.0.88
|
| 11 |
|
| 12 |
-
# ML/DL Frameworks
|
| 13 |
tensorflow==2.18.0
|
| 14 |
-
torch
|
| 15 |
-
scikit-learn
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
|
| 18 |
-
transformers==4.54.0
|
| 19 |
-
sentence-transformers==2.2.2
|
| 20 |
-
huggingface-hub==0.21.4
|
| 21 |
-
|
| 22 |
-
# Optional
|
| 23 |
-
protobuf==5.29.5
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
numpy
|
| 3 |
+
pandas
|
| 4 |
+
Pillow
|
| 5 |
+
joblib
|
| 6 |
+
langdetect
|
| 7 |
+
typing-extensions
|
| 8 |
+
matplotlib
|
| 9 |
+
opencv-python-headless
|
|
|
|
| 10 |
|
|
|
|
| 11 |
tensorflow==2.18.0
|
| 12 |
+
torch
|
| 13 |
+
scikit-learn
|
| 14 |
+
sentence-transformers
|
| 15 |
+
transformers
|
| 16 |
|
| 17 |
+
protobuf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|