Skip to content

Develop and Deploy A Customer Churn Prediction Model using Python, Streamlit and Docker

Notifications You must be signed in to change notification settings

JoeCare/customer-churnapp-streamlit

 
 

Repository files navigation

Develop and Deploy A Customer Churn Prediction Model using Python, Streamlit and Docker

Docker Extension for RedisInsight

Prerequisite:

  • An IDE/ Text Editor
  • Python 3.6+
  • PIP (or Anaconda)
  • Not required but recommended: An environment management tool such as pipenv, venv, virtualend, conda.
  • Docker Desktop

Installing the dependencies

pip3 install -r Pipfile

Executing the Script

 python3 stream_app.py

Viewing Your Streamlit App

You can now view your Streamlit app in your browser.

  Local URL: http://localhost:8501
  Network URL: http://192.168.1.23:8501

image

Blog Post

Videos

About

Develop and Deploy A Customer Churn Prediction Model using Python, Streamlit and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.8%
  • Python 2.1%
  • Dockerfile 0.1%