Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 441 Bytes

File metadata and controls

20 lines (14 loc) · 441 Bytes

Installation Instructions

  1. Set up the environment
make setup
  1. Launch the GUI
streamlit run src/app.py

On Windows, streamlit might not be available in the terminal. By providing the path to the executable, you can still run it:
.\env\Scripts\streamlit.exe run .\src\app.py

Optimizer Details

The contrained optimization step is preformed using an implementation of CVXPY.