-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from bptlab/feature/46-add-installation-guide
📚 extend README by installation guide
- Loading branch information
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
# 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](https://www.mamahealth.io/) | ||
|
||
More information about the project will be released soon. | ||
|
||
|
||
## Set Up Guide | ||
|
||
### Download | ||
|
||
- Use git and run "git clone https://github.com/bptlab/TracEX" in the desired directory _(Using e.g. Git Bash)_ | ||
|
||
### Installation | ||
|
||
- In the root directory of TracEX, run "install-dependencies-unix.sh" or "install-dependencies-windows.ps1" based on your operating system _(Using e.g. Terminal)_ | ||
|
||
### 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)_ |
This file was deleted.
Oops, something went wrong.