Skip to content

imsb-uke/DeePSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeePSC

PyTorch MONAI

Description

This repository contains an exemplary implementation of the DeePSC model proposed in "DeePSC - deep learning-based decision support for the diagnosis of primary sclerosing cholangitis on 2D magnetic resonance cholangiopancreatography".

How to run

Install dependencies

# clone project
git clone https://github.com/FabianWesth/DeePSC
cd DeePSC

# create conda environment
conda create -n deepsc python=3.6 -y
conda activate deepsc

# OR

# create virtual environment
python3.6 -m venv .venv
source .venv/bin/activate

# install python requirements
pip install -r requirements.txt

Train DeePSC ensemble model

# train 
python deepsc.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages