Skip to content
/ TracEX Public
forked from bptlab/TracEX

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

Notifications You must be signed in to change notification settings

FR-SON/TracEX

This branch is 82 commits behind bptlab/TracEX:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 25, 2024
Nov 9, 2023
May 25, 2024
Apr 16, 2024
Nov 8, 2023
Apr 10, 2024
Mar 21, 2024
May 13, 2024
May 13, 2024
May 19, 2024

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.2%
  • HTML 20.3%
  • CSS 3.8%
  • JavaScript 3.4%
  • Other 0.3%