alvearie/deid
2.0K
This container creates the Alvearie Clinical Ingestion pattern's de-identification service
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 alvearie/deid