Spaces:
Sleeping
Sleeping
File size: 511 Bytes
dbaa71b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
## 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.

## Usage
### Option 1: Local
Execute in this folder:
```shell
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`
|