- This project is implemented as a website for determining whether a customer is satisfied from the telecom service or not.
- Website link: https://customer-churn-detection.herokuapp.com/
- Gradient Boosting algorithm is used for classification of churn.
- For demo of this project refer Churn_Detection_Demo.mp4 file.
- The dataset is taken from Kaggle. It can be found here https://www.kaggle.com/blastchar/telco-customer-churn
- Clone the repository.
- Install Flask module, if not installed in your machine, using command
pip install Flask
- Open the project folder. Open command prompt/terminal.
- Run app.py file.