Skip to content

Tim-Abwao/streamlit-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Demo Application

The code for the Streamlit demo app discussed in the Deploying Machine Learning Models With Streamlit article.

screencast of the app

Running locally

  1. Fetch the necessary files:

    git clone https://github.com/Tim-Abwao/streamlit-demo-app.git
    cd streamlit-demo-app
  2. Create a virtual environment, and install dependencies:

    python3 -m venv venv
    source venv/bin/activate
    pip install -U pip
    pip install -r requirements.txt
  3. Create and save a model:

    python modelling.py
  4. Launch the Streamlit app:

    streamlit run streamlit_app.py

About

A basic Streamlit app for demonstration purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages