pip install -r requirements.txtYou need to install streamlit to run the GUI. You can install it using the following command:
pip install streamlitAfter installing streamlit, you can run the GUI using the following command:
python -m streamlit run gui.py