File size: 638 Bytes
fbe280e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
gradio              # For creating the interactive web interface
joblib              # For saving and loading the machine learning models
numpy               # For numerical operations
pandas              # For data manipulation and analysis
scikit-learn        # For machine learning algorithms and preprocessing
matplotlib          # For data visualization
seaborn             # For advanced data visualization (optional, but useful for plotting)
xgboost             # If you plan to use the XGBoost model
lightgbm            # If you plan to use the LightGBM model
tensorflow          # If you are using deep learning models