Available under Pybroker.de
Authors: Daniel Ebert, Luca Müller, Luca Weissbeck, Ben Schaper, Jannik Sinz
Project Start: 24.10.2020
Project End: 22.11.2020
Python: 3.8
pip3 install -r requirements.txt
poetry init
for item in $(cat requirements.txt); do poetry add "${item}"; done
To run the server, please execute the following from the BackEnd-root directory:
python3 -m swagger_server
To start the frontend, change directory to the root folder of the repository. Then run streamlit run FrontEnd/orchestrator.py
. This will run the streamlit server.