Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 486 Bytes

BE Project - Customer Churn Prediction Flask App

Executing the files

To create the model.pkl file using the script:

python model.py

To launch the flask app in the web-browser:

python server.py

Enter any of the values from the dataset to test the model.

Docker Image for the model

Find the Docker Image of the webapp here. Follow the instructions in the readme to run the Flask Webapp.