Installation & running - TobiasHaan/Masterprojekt_Both_Gehrmann_Haan_Querner GitHub Wiki
The requirements for this project should be covered by a regular Python deployment. For our project we used Anaconda and installed a separate environment with Streamlit. We followed the following tutorial for our installation: https://docs.streamlit.io/get-started/installation/anaconda-distribution
But any environment covering our required imports should work.
To run the program, open the main.py file in your chosen editor (we recommend VSCode), along with a terminal, and run it via streamlit with the command "streamlit run main.py".