alvearie/deid

Sponsored OSS

By Merative

Updated 5 months ago

Image
Data Science
Machine Learning & AI
Security
0

2.0K

Alvearie Ingestion De-Identification Service

This container creates the Alvearie Clinical Ingestion pattern's de-identification service

Run

To run in Docker:

docker run -it -d -p 8080:8080 --name deid alvearie/deid

To run in Kubernetes:

kubectl run deid --image=alvearie/deid --port 8080

You can then check the status of the service:

http://ip:8080/api/v1/health

Docker Pull Command

docker pull alvearie/deid