SunnyShaurya1981 commited on
Commit
fc3ee13
·
verified ·
1 Parent(s): 99df695

Add requirements.txt for Streamlit app deployment

Browse files
Files changed (1) hide show
  1. 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