pkiage's picture
First commit
732b57d
|
raw
history blame
203 Bytes
# Setup and Installation
## Install Requirements
```shell
pip install -r requirements.txt
```
### Local Package Install
```shell
pip install -e .
```
### Run app locally
```shell
streamlit run app.py
```