- Set up the environment
make setup- Launch the GUI
streamlit run src/app.pyOn 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
The contrained optimization step is preformed using an implementation of CVXPY.