Skip to content
#

anonymization

Here are 193 public repositories matching this topic...

omri374
omri374 commented Apr 29, 2022

Coreference resolution would potentially allow Presidio to link named entities to a specific person. For example, in the sentence "Paul used to live in Argentina, he now lives in Uruguay", the words "Paul" and "he" refer to the same person, which would allow to then relate "Uruguay" to Paul.

One simple way to integrate this capability into Presidio is by extending Presidio's decision process wi

good first issue
obsei

This repository allows you to anonymize sensitive information in images/videos. The solution is fully compatible with the DL-based training/inference solutions that we already published/will publish for Object Detection and Semantic Segmentation.

  • Updated Jan 21, 2022
  • Python
magento2-gdpr

Magento 2 GDPR module is a must have extension for the largest e-commerce CMS used in the world. The module helps to be GDPR compliant. Actually it allows the customers to erase, or export their personal data. As a merchant you have powerful tools to customize the extension capabilities and apply the finest privacy rules.

  • Updated Apr 29, 2022
  • PHP
pradeeban
pradeeban commented Jul 13, 2021

The following 3 attribute options (Month, Year, Days) are proposed.

  1. StudyMonth: (example, 2012 February) 201202. A for loop of 31.
  2. StudyYear: (example, 2013). 2013. A for loop of 31 * 12.
    The above 2 just assumes 31 days for all the months for simplicity. A C-FIND for 20120231 will return nothing. This is a quick and dirty approach. We should probably convert to date and handle better, e
enhancement good first issue gsoc Niffler-0.9.0

Improve this page

Add a description, image, and links to the anonymization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the anonymization topic, visit your repo's landing page and select "manage topics."

Learn more