Madiharehan commited on
Commit
164bbba
1 Parent(s): 36d5e6f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
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