Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 324 Bytes

HIVE Streamlit app

This repository contains code for a streamlit-based web app used for demonstrating our HIVE simulation/surrogate system.

The code can be run with

# you may wish to optionally create a new environment
pip install -r requirements.txt # maybe I missed some requirements
streamlit run app.py