Madiharehan
commited on
Commit
•
7c8563e
1
Parent(s):
8139db3
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
joblib
|
3 |
+
scikit-learn # Only if using sklearn-based models
|
4 |
+
pandas # Include if your model involves dataframes
|
5 |
+
numpy # Often used in model dependencies
|