Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 756 Bytes

Bank-Customers-Churn-Prediction

Bank Customers Churn Prediction using ML and Deep Learning

Deployed on Heroku -- https://bank-customer-churn101.herokuapp.com/

Dataset is taken from Kaggle.

Description

  • 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.

To run the project locally.

  1. Download the entire repo.
  2. Open Anaconda Command Prompt.
  3. Change directory to project repo.
  4. Run command "pip install -r requirements.txt"
  5. Run command "streamlit run app.py"

Demo-