Gulla.Episerver.AutomaticImageDescription
1.1.0
Automatically populate properties based on image content.
Install-Package Gulla.Episerver.AutomaticImageDescription -Version 1.1.0
dotnet add package Gulla.Episerver.AutomaticImageDescription --version 1.1.0
<PackageReference Include="Gulla.Episerver.AutomaticImageDescription" Version="1.1.0" />
paket add Gulla.Episerver.AutomaticImageDescription --version 1.1.0
#r "nuget: Gulla.Episerver.AutomaticImageDescription, 1.1.0"
Gulla.Episerver.AutomaticImageDescription
Automatic metadata for images in Episerver
Will use Microsoft Azure Cognitive Services, Computer Vision API in combination with Translator Text API, to generate various metadata for images.
Prerequisites
- Create an Azure Cognitive Services, Computer Vision-resource using the Azure portal.
- Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
- Gulla.Episerver.AutomaticImageDescription:ComputerVision.SubscriptionKey
- Gulla.Episerver.AutomaticImageDescription:ComputerVision.Endpoint
If you want to use the translation capabilities, also create an Azure Cognitive Services, Translator Text-resource using the Azure portal. Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
- Gulla.Episerver.AutomaticImageDescription:Translator.SubscriptionKey
- Gulla.Episerver.AutomaticImageDescription:Translator.TokenService.Endpoint
If you will be using English-only metadata, you do not need the Translator Text-resource.
More information
Check out this blog post.
Get it
Grab it from this repository or install the nuget available on the Episerver NuGet feed.
Gulla.Episerver.AutomaticImageDescription
Automatic metadata for images in Episerver
Will use Microsoft Azure Cognitive Services, Computer Vision API in combination with Translator Text API, to generate various metadata for images.
Prerequisites
- Create an Azure Cognitive Services, Computer Vision-resource using the Azure portal.
- Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
- Gulla.Episerver.AutomaticImageDescription:ComputerVision.SubscriptionKey
- Gulla.Episerver.AutomaticImageDescription:ComputerVision.Endpoint
If you want to use the translation capabilities, also create an Azure Cognitive Services, Translator Text-resource using the Azure portal. Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
- Gulla.Episerver.AutomaticImageDescription:Translator.SubscriptionKey
- Gulla.Episerver.AutomaticImageDescription:Translator.TokenService.Endpoint
If you will be using English-only metadata, you do not need the Translator Text-resource.
More information
Check out this blog post.
Get it
Grab it from this repository or install the nuget available on the Episerver NuGet feed.
Release Notes
Update Microsoft.Azure.CognitiveServices.Vision.ComputerVision
Dependencies
-
- Castle.Core (>= 4.2.1)
- EPiServer.CMS.AspNet (>= 11.1.0 && < 12.0.0)
- EPiServer.CMS.Core (>= 11.1.0 && < 12.0.0)
- EPiServer.Framework (>= 11.1.0 && < 12.0.0)
- Microsoft.Azure.CognitiveServices.Vision.ComputerVision (>= 6.0.0 && < 7.0.0)
- Microsoft.Rest.ClientRuntime (>= 2.3.20)
- Newtonsoft.Json (>= 10.0.3)
- System.Security.Cryptography.Xml (>= 4.4.2)
- System.ValueTuple (>= 4.5.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Gulla.Episerver.AutomaticImageDescription:
Package | Downloads |
---|---|
Gulla.Episerver.AutomaticImageDescription.ScheduledJob
A scheculed job that will update all existing images. Will use Azure Cognitive Services Vision API to analyze images uploaded to Episerver, and populate properties with data describing the images.
|
GitHub repositories
This package is not used by any popular GitHub repositories.