Gulla.Episerver.CensorFaces
1.0.7-preview.1
Will use Azure Cognitive Services Face API to detect faces, and place a black rectangle over the eye region of all detected faces.
Install-Package Gulla.Episerver.CensorFaces -Version 1.0.7-preview.1
dotnet add package Gulla.Episerver.CensorFaces --version 1.0.7-preview.1
<PackageReference Include="Gulla.Episerver.CensorFaces" Version="1.0.7-preview.1" />
paket add Gulla.Episerver.CensorFaces --version 1.0.7-preview.1
#r "nuget: Gulla.Episerver.CensorFaces, 1.0.7-preview.1"
// Install Gulla.Episerver.CensorFaces as a Cake Addin
#addin nuget:?package=Gulla.Episerver.CensorFaces&version=1.0.7-preview.1&prerelease
// Install Gulla.Episerver.CensorFaces as a Cake Tool
#tool nuget:?package=Gulla.Episerver.CensorFaces&version=1.0.7-preview.1&prerelease
Censors eye region of faces
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 Episerver CMS.
Prerequisites
- Create an Azure Cognitive Services, Face API-resource using the Azure portal.
- Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
- Gulla.EpiserverCensorFaces:CognitiveServices.SubscriptionKey
- Gulla.EpiserverCensorFaces:CognitiveServices.Endpoint
More information
Check out this blog post.
Censors eye region of faces
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 Episerver CMS.
Prerequisites
- Create an Azure Cognitive Services, Face API-resource using the Azure portal.
- Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
- Gulla.EpiserverCensorFaces:CognitiveServices.SubscriptionKey
- Gulla.EpiserverCensorFaces:CognitiveServices.Endpoint
More information
Check out this blog post.
Release Notes
Add license.
Dependencies
-
- Castle.Core (>= 4.2.1)
- EPiServer.CMS.Core (>= 11.1.0 && < 12.0.0)
- EPiServer.CMS.TinyMce (>= 1.0.0)
- EPiServer.CMS.UI (>= 11.1.0 && < 12.0.0)
- EPiServer.CMS.UI.Core (>= 11.1.0)
- EPiServer.Framework (>= 11.1.0 && < 12.0.0)
- EPiServer.ServiceLocation.StructureMap (>= 1.0.0)
- Microsoft.AspNet.Providers.Core (>= 2.0.0)
- Microsoft.Azure.CognitiveServices.Vision.Face (>= 2.6.0-preview.1)
- Microsoft.Rest.ClientRuntime (>= 2.3.20)
- Newtonsoft.Json (>= 10.0.3)
- System.Security.Cryptography.Xml (>= 4.4.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.7-preview.1 | 161 | 8/18/2020 |
1.0.6-preview.1 | 158 | 8/18/2020 |
1.0.5-preview.1 | 165 | 8/18/2020 |