Skip to content
#

anonymization

Here are 151 public repositories matching this topic...

itaim
itaim commented Jul 22, 2021

Describe the bug
Anonymizing text eliminates spaces and new lines.
For example this text:

Let us know if you have any questions. Otherwise we can plan to discuss more on next week’s call.

Thanks!
John

John Doe | Marketing Manager, Paid Search | Marketing | Strategic Education, Inc. | 612.977.4912

Is parsed as:

Let us know if you have any questions. Otherwise we can
obsei
serpro69
serpro69 commented Jun 9, 2021
val configBuilder = FakerConfig.Builder()
    .setLocale("nl")
    .setUniqueGeneratorRetryLimit(111)

configBuilder.setRandomSeed(42)

val config: FakerConfig = configBuilder.build()

val faker = Faker(config)

The above is currently not supported because:

  • FakerConfig.Builder has internally-visible constructor
  • setter functions need to be added that return an instance o
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 Jul 15, 2021
  • PHP

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 Jul 23, 2021
  • Python

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