Add requirements.txt for Streamlit app deployment
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
xgboost
|
| 6 |
-
joblib
|
| 7 |
-
huggingface_hub
|
| 8 |
dill
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
huggingface_hub
|
| 3 |
+
joblib
|
| 4 |
+
scikit-learn
|
| 5 |
+
# xgboost # Uncomment if you used XGBoost model
|
| 6 |
pandas
|
| 7 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
dill
|
| 9 |
+
matplotlib
|