Skip to content

amantzanis/streamlit_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages