Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pydicom/DEID
best effort anonymization for medical images using python
https://github.com/pydicom/DEID
anonymize deidentify dicom medical medical-images pydicom
Last synced: about 10 hours ago
JSON representation
best effort anonymization for medical images using python
- Host: GitHub
- URL: https://github.com/pydicom/DEID
- Owner: pydicom
- License: mit
- Created: 2017-06-13T03:16:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T16:43:11.000Z (about 1 month ago)
- Last Synced: 2024-10-30T02:03:28.012Z (13 days ago)
- Topics: anonymize, deidentify, dicom, medical, medical-images, pydicom
- Language: Python
- Homepage: https://pydicom.github.io/deid/
- Size: 88.4 MB
- Stars: 145
- Watchers: 9
- Forks: 44
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS.md
- Dei: deid/__init__.py
Awesome Lists containing this project
README
# Deidentify (deid)
Best effort anonymization for medical images in Python.
[![DOI](https://zenodo.org/badge/94163984.svg)](https://zenodo.org/badge/latestdoi/94163984)
[![Build Status](https://travis-ci.org/pydicom/deid.svg?branch=master)](https://travis-ci.org/pydicom/deid)Please see our [Documentation](https://pydicom.github.io/deid/).
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:```bash
pip install deid
```For the development version, install from Github:
```bash
pip install git+git://github.com/pydicom/deid
```### Docker
```bash
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](https://www.github.com/pydicom/deid/issues).