diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6a6b398b..e108109d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,8 +57,15 @@ For any questions, please email . ## 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 . +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 [opencode@microsoft.com](mailto:opencode@microsoft.com) 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 with any additional questions or comments. diff --git a/README.MD b/README.MD index fdfda8a03..d27c25a63 100644 --- a/README.MD +++ b/README.MD @@ -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 - -- 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 [presidio@microsoft.com](mailto:presidio@microsoft.com). -## 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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. - -## Contributors - - - - - - - - - -