• Stars
    star
    140
  • Rank 259,981 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated 16 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

best effort anonymization for medical images using python

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.

More Repositories

1

pydicom

Read, modify and write DICOM files with python code
Python
1,875
star
2

pynetdicom

A Python implementation of the DICOM networking protocol
Python
500
star
3

contrib-pydicom

contributions to the core pydicom base, including tutorials, extra plugins, etc.
Python
55
star
4

pylibjpeg

A Python framework for decoding JPEG images, with a focus on supporting pydicom
Python
44
star
5

dicom-validator

Simple DICOM validator based on DocBook DICOM specs
Python
24
star
6

dicom-containers

singularity and Docker containers to easily get started with common dicom tools
Dockerfile
21
star
7

dicom-cleaner

detection of burned in pixels using OCR (under development)
Limbo
21
star
8

pylibjpeg-openjpeg

A J2K and JP2 plugin for pylibjpeg
Python
19
star
9

dicom-cookies

an example JSON API dicom cookie dataset for testing DICOM services
Python
19
star
10

pylibjpeg-libjpeg

A JPEG, JPEG-LS and JPEG XT plugin for pylibjpeg
Python
16
star
11

dicom-database

a Dockerized storage and send/receiver for dicom images, intended to easily work with pydicom/dicom-datasets
CSS
14
star
12

sendit

an application to receive, de-identify, and send dicoms to storage
CSS
12
star
13

pydicom-data

Most of the test files used with pydicom, downloaded to cache when needed
Python
7
star
14

pylibjpeg-rle

Fast DICOM RLE plugin for pylibjpeg
Python
6
star
15

pydicom-data-sr

Optional pydicom data tables for DICOM Structured Reports
Python
4
star
16

pylibjpeg-data

Optional JPEG and DICOM data used for testing pylibjpeg
Python
3
star
17

pydicom.github.io

getting started with dicom in python
JavaScript
3
star
18

deid-data

Supplementary data for deid package
Python
2
star
19

node-dcm

Dockerized nodes for dicom (under development)
Python
2
star
20

legacy_code

A legacy code of pydicom
Python
1
star