Skip to content

Streamlit Deployment

Huzefaaa2 edited this page Jan 1, 2026 · 10 revisions

Streamlit Deployment

Local

pip install -e .
streamlit run streamlit_app.py

Streamlit Cloud

  1. Push the repo to GitHub.
  2. Create a Streamlit Cloud app.
  3. Main file: streamlit_app.py.
  4. Deploy (Streamlit installs dependencies from requirements.txt).

Clone this wiki locally