Research Doc: https://docs.google.com/document/d/1p8zJl5qcOHDNy9FOsnIFbdnI1PtGZta9BbyNj9B4McM/edit?usp=sharing
Running the streamlit demo:
- install packages
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- run streamlit
streamlit run streamlit_demo.py