Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 782 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 782 Bytes

Barebones streamlit app example with Iris

Instructions/ How to deploy:


Upload on a git repo the following:

  • a trained model (pkl,joblib..)

  • a requirements.txt file for the streamlit provisioned VM

  • an app.py file with the app logic (sliders etc, etc)

Streamlit Cheatsheet:

https://docs.streamlit.io/develop/quick-reference/cheat-sheet

Deployment:

After that:

  • Go to streamlit.io and sign in with your github account.

  • Then click create app on the top right corner

  • Click I already have an app .py file (you can browse the templates if you also like)

  • Choose repo, branch and file path of your app.py file and click deploy!

Example app link:

https://appexamples-dmntjju6prb7fft7c2kpln.streamlit.app/