MetisPrometheus / Data-Bachelor-21V

1 stars 0 forks source link

Nedlasting av Applikasjon / Download the Application

Norsk:
Ved programstart vil brukeren bli spurt om å velge mappene som inneholder pasientdata og annotasjoner.
Det forventes at pasientdata ligger i en mappe kalt "2 DATASETS" og annotasjoner i mappen "5 ANNOTATIONS"

English:
At application launch, the user will be asked to select the location of two folders containing data.
The folder with patient-data is expected to be called "2 DATASETS", and the other folder "5 ANNOTATIONS"

Kjøre Kildekoden / Execute Source Code

Norsk:
For spesielt interesserte som heller vil kjøre programmet via kildekoden, er dette slik det utføres: 1) Det forventes at du allerede har lastet ned Python 3.8+ og Git 2) Høyreklikk i en tom mappe du vil ha kildekoden i og velg "Git Bash Here" 3) Skriv kommanoden: git clone https://github.com/MetisPrometheus/Data-Bachelor-20H.git 4) Skriv kommandoen: pip install -r requirements.txt 5) Skriv kommandoen: python MainApp.py

English:
Below are instructions for how to import the source code and launch the program: 1) It is expected that you've already installed Python 3.8+ and Git 2) Right click in the empty folder you want to import the source code to 3) Enter the command: git clone https://github.com/MetisPrometheus/Data-Bachelor-20H.git 4) Enter the command: pip install -r requirements.txt 5) Enter the command: python MainApp.py