Streamlit app for spawner-api
Streamlit app for spawner-api
Run locally cd app && streamlit run spawner.py
Or docker build -t st-spawner:1.0 .
and then docker run --name st-spawner -d -p 7000:7000 st-spawner:1.0
Interface for the Functionality delivered by Spawner API
Swagger docs for the API here