From 4fa80b6e83296390ffb9d78ed773cba41256cdda Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Thu, 21 Nov 2024 09:18:35 -0500 Subject: [PATCH 1/2] Updating readme. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index c3c742b..1f5543c 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,6 @@ Once the containers are running, you can submit text to Philter's API for redact curl -k "https://localhost:8080/api/filter" --data "George Washington lives in 90210 and his SSN was 123-45-6789." -H "Content-type: text/plain" ``` -## AI PII/PHI Models - -AI models for identifying PII and PHI in text are available at https://github.com/philterd/pii-models. These models can be used by both Phileas and [Philter](https://github.com/philterd/philter). - ## License As of Philter 2.6.0, Philter is licensed under the Apache License, version 2.0. Previous versions were under a proprietary license. From c9d1eaab159b49cc9e5def1812dd76d8c4d9a55a Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Thu, 21 Nov 2024 09:19:22 -0500 Subject: [PATCH 2/2] Updating readme and docker compose. --- README.md | 1 + docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5543c..eabc398 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ mvn clean install To launch Philter, use the `docker-compose.yml`: ``` +docker build build docker compose up ``` diff --git a/docker-compose.yaml b/docker-compose.yaml index f9923ba..8ce4eae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: ph-eye: - image: philterd/ph-eye:1.2.0 + image: philterd/ph-eye:1.2.1 ports: - "18080:5000" networks: