Deidentify medical images in Python.
Please see our Documentation
These are basic Python based tools for working with medical images and text, specifically for de-identification.
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 build -t pydicom/deid .
docker run pydicom/deid --help
If you have an issue, or want to request a feature, please do so on our issues board