Deployed on Heroku -- https://bank-customer-churn101.herokuapp.com/
Dataset is taken from Kaggle.
- Churn_Modelling.csv is the dataset file.
- xgb1.joblib.dat is the model file.
- app.py is the python code for UI of the project.
- Procfile and setup.sh is for heroku deployment.
- requirements.txt contains the libraries need to install to run the app.py code.
- Download the entire repo.
- Open Anaconda Command Prompt.
- Change directory to project repo.
- Run command "pip install -r requirements.txt"
- Run command "streamlit run app.py"