Skip to content
/ TracEX Public

This bachelorproject focuses on event log extraction from patient journeys using large-language models.

Notifications You must be signed in to change notification settings

bptlab/TracEX

Repository files navigation

TracEX

Key Points

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.

Set Up Guide

Download

Installation

  • navigate to the root directory of TracEX in your terminal
  • run install-dependencies-unix.sh or install-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 the migrations folder

Execution

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)

Pre-Commit

  • If you intend on expanding the code, please run pre-commit install in the root directory of TracEX (Using e.g. Terminal)

About

This bachelorproject focuses on event log extraction from patient journeys using large-language models.

Resources

Stars

Watchers

Forks