Skip to content

valab-certh/meddisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

# MedDiSC
# Medical De-identification, Segmentation & Curation tool

# Installation requirements
# Python 3.9+
# Microsoft Visual C++ Redistributable (for Windows)

# Installation
pip install https://api.github.com/repos/valab-certh/meddisc/tarball/main#subdirectory=python

# Usage
meddisc

# Development requirements
# POSIX Shell & Utilities
# Git
# Docker

# Download
git clone git@github.com:valab-certh/meddisc ~/github.com/valab-certh/meddisc

# Development
cd ~/github.com/valab-certh/meddisc/
cd python/ && make clean check all && cd ..

# Staging
cd ~/github.com/valab-certh/meddisc/
cd python/ && make STAGING=1