Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 773 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 773 Bytes

Deidentify (deid)

Deidentify medical images in Python.

Build Status

Please see our Documentation

These are basic Python based tools for working with medical images and text, specifically for de-identification.

Installation

Local

For the stable release, install via pip:

pip install deid

For the development version, install from Github:

pip install git+git://github.com/pydicom/deid

Docker

docker build -t pydicom/deid .
docker run pydicom/deid --help

Issues

If you have an issue, or want to request a feature, please do so on our issues board