Skip to content

Streamlit Deployment

Huzefaaa2 edited this page Jan 24, 2026 · 10 revisions

Streamlit Deployment

Local

pip install -e .
streamlit run streamlit_app.py

Live App

https://terraform-guardrail.streamlit.app/

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).

Container Image (Optional)

You can also run the API via Docker:

docker run --rm -p 8080:8080 ghcr.io/huzefaaa2/terraform-guardrail:v0.2.7

Clone this wiki locally