zd123 / streamlit-test-app

streamlit-test-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Web Apps with Streamlit.io

You need to install two new libraries...

  • pip install streamlit

Materials

Link to app that we will be reviewing in class.

Set up a virtual environment to test your app out locally.

Navigate to the folder you want to build your app in. Then run the following.

Very important..., when you are adding these code files to your github repo, do not add the env folder at all. This is for local use only and will only slow down everything.

mkdir env

python3 -m venv env/

source env/bin/activate

pip install -r requirements.txt

Resources

  1. Streamlit Offical Gallery and Tutorials

  2. Streamlit how to deploy your App.

  3. Awesome student, Alex Chen, Example Apps

  4. Streamlit Cheat-Sheet

  5. Installable cool 3rd party components for streamlit.

  6. Cool pycaret examples.

  7. More cool pycared tutorials

About

streamlit-test-app


Languages

Language:Python 99.2%Language:Jupyter Notebook 0.8%