obsei commited on
Commit
5c4732b
1 Parent(s): 3c80589

remove readme

Browse files
Files changed (1) hide show
  1. README.md +0 -22
README.md DELETED
@@ -1,22 +0,0 @@
1
- ## Demo UI
2
-
3
- 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.
4
-
5
- ![Screenshot](https://raw.githubusercontent.com/obsei/obsei-resources/master/images/obsei-ui-demo.png)
6
-
7
- ## Usage
8
-
9
- ### Option 1: Local
10
- Execute in this folder:
11
- ```shell
12
- pip install -r requirements.txt
13
- streamlit run ui.py
14
- ```
15
-
16
- ### Option 2: Container
17
-
18
- Just run
19
- ```
20
- docker run -d --name obesi-ui -p 8501:8501 obsei/obsei-ui-demo
21
- ```
22
- You can find the UI at `http://localhost:8501`