This is project is demonstration of how churn prediction model can be created with training the data. In this project the sample data was trained on Logistic Regression machine larning model which will help to predict churn based on the data.
To run this app on local env follow this steps
-
Create a virtual env
virtualenv venv
-
Install the requirements
pip3 install -r requirements.txt
-
Run project
streamlit run setup.py