Skip to content

Commit

Permalink
Updating the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Sep 14, 2024
1 parent fff5b4f commit cfae4be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ Philter is available on the cloud marketplaces as a turnkey redaction solution.
* [Philter on the Google Cloud Marketplace](https://console.cloud.google.com/marketplace/product/philterd-public/philter)
* [Philter on the Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/philterdllc1687189098111.philter?tab=Overview)

## AI PII/PHI Models
## Building Philter

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).
Philter is built with Maven:

```
mvn clean install
```

## Running Philter

Expand All @@ -32,13 +36,9 @@ 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"
```

## Build Philter

Philter is built with Maven:
## AI PII/PHI Models

```
mvn clean install
```
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

Expand Down

0 comments on commit cfae4be

Please sign in to comment.