/dvc-streamlit-components

Streamlit components for DVC

Primary LanguagePythonApache License 2.0Apache-2.0

dvc-streamlit-components

Streamlit components for DVC

pip install dvc-streamlit

Try online demo:

https://share.streamlit.io/daavoo/dvc-streamlit-components/main/example/example_app.py

Or run locally:

git clone git@github.com:iterative/dvc-streamlit-components.git
cd dvc-streamlit-components
pip install -e .
streamlit run example/example_app.py

- dvc_streamlit.dvc_repo

Gets a dvc.api.Repo instance from URL

- dvc_streamlit.rev_selector

Multi select revisions from a dvc.api.Repo.

init

- dvc_streamlit.dvc_metrics

Show/Compare DVC metrics from different revisions.

metrics

- dvc_streamlit.dvc_params

Show/Compare DVC params from different revisions.

params

- dvc_streamlit.plots

Show/Compare DVC plots from different revisions.

plots