Skip to content
forked from pydicom/deid

best effort anonymization for medical images using python

License

Notifications You must be signed in to change notification settings

sammaxwellxyz/deid

This branch is 2 commits ahead of, 1 commit behind pydicom/deid:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38baa3a · Oct 9, 2024
Jun 17, 2024
Oct 2, 2024
Jun 17, 2024
Oct 9, 2024
Sep 2, 2017
Nov 22, 2022
Nov 22, 2022
Jun 23, 2019
Sep 28, 2022
Oct 9, 2024
Oct 2, 2024
Nov 22, 2022
Feb 8, 2020
Sep 10, 2022
Mar 4, 2020
Sep 8, 2021
Nov 22, 2022
Nov 22, 2022
Oct 2, 2024

Repository files navigation

Deidentify (deid)

Best effort anonymization for medical images in Python.

DOI Build Status

Please see our Documentation.

These are basic Python based tools for working with medical images and text, specifically for de-identification. The cleaning method used here mirrors the one by CTP in that we can identify images based on known locations. We are looking for collaborators to develop and validate an OCR cleaning method! Please reach out if you would like to help work on this.

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.

About

best effort anonymization for medical images using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%