This bachelorproject focuses on event log extraction from patient journeys using large-language models.
Our project partner is mamahealth. More information about them can be found here: mamahealth
More information about the project will be released soon.
- Use git and run "git clone https://github.com/bptlab/TracEX" in the desired directory (Using e.g. Git Bash)
- navigate to the root directory of TracEX in your terminal
- run
install-dependencies-unix.sh
orinstall-dependencies-windows.ps1
, based on your operating system (Using e.g. Terminal) - run
python tracex/manage.py migrate
to update the database and apply all changes stored in themigrations
folder
Web-App:
- Run
python tracex/manage.py runserver
in the root directory of TracEX (Using e.g. Terminal)
Command-Line Tool:
- Run
python command_line_tool.py
in the root directory of TracEX (Using e.g. Terminal)
- If you intend on expanding the code, please run
pre-commit install
in the root directory of TracEX (Using e.g. Terminal)