-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minor main readme update #1501
Open
navalev
wants to merge
1
commit into
main
Choose a base branch
from
main-readme-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
minor main readme update #1501
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,8 +57,15 @@ For any questions, please email <[email protected]>. | |
|
||
## Contribution guidelines | ||
|
||
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>. | ||
This project welcomes contributions and suggestions. Most contributions require you to agree to a | ||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us | ||
the rights to use your contribution. For details, visit [https://cla.microsoft.com](https://cla.microsoft.com). | ||
|
||
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. | ||
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide | ||
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions | ||
provided by the bot. You will only need to do this once across all repos using our CLA. | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or | ||
contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
|
||
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact <[email protected]> with any additional questions or comments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
**Context aware, pluggable and customizable PII de-identification service for text and images.** | ||
|
||
--- | ||
|
||
[![Build Status](https://dev.azure.com/csedevil/Presidio/_apis/build/status/Presidio-CI%20V2?branchName=main)](https://dev.azure.com/csedevil/Presidio/_build/latest?definitionId=212&branchName=main) | ||
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) | ||
![Release](https://img.shields.io/github/release/Microsoft/presidio.svg) | ||
|
@@ -30,6 +29,8 @@ Presidio _(Origin from Latin praesidium ‘protection, garrison’)_ helps to en | |
|
||
### :flight_departure: [Examples](https://microsoft.github.io/presidio/samples/) | ||
|
||
### :people_holding_hands: [contributing guide](CONTRIBUTING.md) | ||
|
||
--- | ||
|
||
## Are you using Presidio? We'd love to know how | ||
|
@@ -38,39 +39,10 @@ Please help us improve by taking [this short anonymous survey](https://forms.off | |
|
||
--- | ||
|
||
### Goals | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe just keep the goals and main features? It feels a bit too empty to me |
||
|
||
- Allow organizations to preserve privacy in a simpler way by democratizing de-identification technologies and introducing transparency in decisions. | ||
- Embrace extensibility and customizability to a specific business need. | ||
- Facilitate both fully automated and semi-automated PII de-identification flows on multiple platforms. | ||
|
||
### Main features | ||
|
||
1. **Predefined** or **custom PII recognizers** leveraging _Named Entity Recognition_, _regular expressions_, _rule based logic_ and _checksum_ with relevant context in multiple languages. | ||
2. Options for connecting to external PII detection models. | ||
3. Multiple usage options, **from Python or PySpark workloads through Docker to Kubernetes**. | ||
4. **Customizability** in PII identification and de-identification. | ||
5. Module for **redacting PII text in images** (standard image types and DICOM medical images). | ||
|
||
:warning: Presidio can help identify sensitive/PII data in un/structured text. However, because it is using automated detection mechanisms, there is no guarantee that Presidio will find all sensitive information. Consequently, additional systems and protections should be employed. | ||
|
||
|
||
|
||
## Installing Presidio | ||
|
||
1. [Using pip](https://microsoft.github.io/presidio/installation/#using-pip) | ||
2. [Using Docker](https://microsoft.github.io/presidio/installation/#using-docker) | ||
3. [From source](https://microsoft.github.io/presidio/installation/#install-from-source) | ||
4. [Migrating from V1 to V2](./docs/presidio_V2.md) | ||
|
||
## Running Presidio | ||
|
||
1. [Getting started](https://microsoft.github.io/presidio/getting_started) | ||
2. [Setting up a development environment](https://microsoft.github.io/presidio/development) | ||
3. [PII de-identification in text](https://microsoft.github.io/presidio/text_anonymization) | ||
4. [PII de-identification in images](https://microsoft.github.io/presidio/image-redactor) | ||
5. [Usage samples and example deployments](https://microsoft.github.io/presidio/samples) | ||
|
||
--- | ||
|
||
## Support | ||
|
@@ -80,30 +52,3 @@ Please help us improve by taking [this short anonymous survey](https://forms.off | |
- If you have a usage question, found a bug or have a suggestion for improvement, please file a [Github issue](https://github.com/microsoft/presidio/issues). | ||
- For other matters, please email [[email protected]](mailto:[email protected]). | ||
|
||
## Contributing | ||
|
||
For details on contributing to this repository, see the [contributing guide](CONTRIBUTING.md). | ||
|
||
This project welcomes contributions and suggestions. Most contributions require you to agree to a | ||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us | ||
the rights to use your contribution. For details, visit [https://cla.microsoft.com](https://cla.microsoft.com). | ||
|
||
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide | ||
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions | ||
provided by the bot. You will only need to do this once across all repos using our CLA. | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or | ||
contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
|
||
## Contributors | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
<!-- markdownlint-restore --> | ||
<!-- prettier-ignore-end --> | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
<a href="https://github.com/microsoft/presidio/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=microsoft/presidio" /> | ||
</a> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.