Skip to content

An Episerver module that uses Microsoft Cognitive Services and Face API to censor the eyes of uploaded person images in Episerver.

Notifications You must be signed in to change notification settings

tomahg/Gulla.Episerver.CensorFaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29422fe · Oct 23, 2024

History

30 Commits
Dec 1, 2019
Oct 23, 2024
Mar 7, 2022
Jun 7, 2024

Repository files navigation

Gulla.EpiserverCensorFaces for CMS 12

This is the readme for the CMS 12 version, the version for CMS 11 is over here.

Censors eye region of faces

This addon will use Azure Cognitive Services Face API to detect faces, and place a black rectangle over the eye region of all detected faces, in images uploaded in Optimizely CMS (formerly Episerver CMS).

Censored

Prerequisites

  • Create an Azure Cognitive Services, Face API-resource using the Azure portal.
  • Add the following keys to appsettings.json. Get the values from the Azure portal.
  "Gulla": {
    "EpiserverCensorFaces": {
      "CognitiveServices": {
        "SubscriptionKey": "my-subscription-key",
        "Endpoint": "https://my-service.cognitiveservices.azure.com/"
      }
    }
  }

More information

Check out this blog post or this blog post.

Get it

Install the NuGet package Gulla.Episerver.CensorFaces. You need to check «Include prerelease» in Visual Studio, or your packet manager.

About

An Episerver module that uses Microsoft Cognitive Services and Face API to censor the eyes of uploaded person images in Episerver.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages