Performing ETA and Data Analysis on Telco customer churn (11.1.3+) sample dataset and making prediction. Used Flask to build a basic HTML webpage.
Check out the blog post - Blog
Dataset - Kaggle
Clone the project
https://github.com/AkashHiremath856/IBM_Telco_customer_churn
Go to the project directory
cd IBM_Telco_customer_churn
Install dependencies
pip3 install -r requirements.txt
Start the server
python app.py