Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (27 loc) · 1.04 KB

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