Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core Streamlit framework
|
| 2 |
+
streamlit>=1.28.0
|
| 3 |
+
|
| 4 |
+
# AI and Machine Learning (based on imports)
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
transformers>=4.35.0
|
| 7 |
+
sentence-transformers>=2.2.0
|
| 8 |
+
huggingface-hub>=0.17.0
|
| 9 |
+
|
| 10 |
+
# Data processing (based on imports)
|
| 11 |
+
numpy>=1.24.0
|
| 12 |
+
scikit-learn>=1.3.0
|