File size: 511 Bytes
3c80589
2c472b1
3c80589
2c472b1
3c80589
2c472b1
3c80589
2c472b1
3c80589
 
 
 
 
 
2c472b1
3c80589
2c472b1
3c80589
 
 
 
 
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.

![Screenshot](https://raw.githubusercontent.com/obsei/obsei-resources/master/images/obsei-ui-demo.png)

## 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`