Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.26 KB

Docker image

This repository contains a docker image for the MedSecId project, which contains annotations for sections of clinical notes, such as electronic health care (EHR) medical documents. It also comes with a model to automatically section notes.

If all you want is the mednlp tooling or predicting sections using mednlp, you can clone this repository and comment out the mimicdb section. However, if you want to access MIMIC-III data, follow the instructions on how to obtain or build the database from the mimicdb repository.

Usage

The makefile controls building of the image and its life cycle. To build the image from scratch:

  1. Build or obtain the mimicdb image as explained in the MedSecId docs.
  2. Remove any previous Docker image: make dockerrm
  3. Clean any previous derived objects: make cleanall
  4. Build the image: make build
  5. Start the image(s): make up

Obtaining

The Docker image can be installed with:

docker pull plandes/mimicsid:latest