Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 511 Bytes

Demo UI

This is a minimal UI that can spin up to test Obsei. It's based on streamlit and is very easy to extend for your own use.

Screenshot

Usage

Option 1: Local

Execute in this folder:

pip install -r requirements.txt
streamlit run ui.py

Option 2: Container

Just run

docker run -d --name obesi-ui -p 8501:8501 obsei/obsei-ui-demo

You can find the UI at http://localhost:8501