Sign inSign up

juliankamil/mist

By juliankamil

•Updated almost 8 years ago

MITRE Identification Scrubber Toolkit (MIST) version 2.0.4

Image
1

492

juliankamil/mist repository overview

⁠About MIST

This is a container image for version 2.0.4 of the MITRE Identification Scrubber Toolkit (MIST).

"The MITRE Identification Scrubber Toolkit (MIST) is a suite of tools for identifying and redacting personally identifiable information (PII) in free-text medical records. MIST helps you replace these PII either with obscuring fillers, such as [NAME], or with artificial, synthesized, but realistic English fillers."

To learn more about MIST, visit: http://mist-deid.sourceforge.net/⁠.

⁠Supported tags

  • 2.0.4, latest

⁠How to use this image

Run the container with: docker run -d -p80:7801 --rm --name mist juliankamil/mist:2.0.4 and then load the MAT Workbench at: http://localhost/MAT/workbench.

⁠Example docker-compose.yml

version: '3.3'

services:
  mist:
    image: juliankamil/mist:2.0.4
    container_name: mist
    ports:
      - "80:7801"

Tag summary

Content type

Image

Digest

Size

343.9 MB

Last updated

almost 8 years ago

docker pull juliankamil/mist