Skip to content

Commit

Permalink
Merge branch 'main' of github.com:philterd/philter
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Nov 21, 2024
2 parents 155799e + c9d1eaa commit 7551623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ mvn clean install
To launch Philter, use the `docker-compose.yml`:

```
docker build build
docker compose up
```

Expand All @@ -38,10 +39,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.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 7551623

Please sign in to comment.