Gulla.EpiserverAutomaticImageDescription.ScheduledJob 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Gulla.EpiserverAutomaticImageDescription.ScheduledJob --version 1.0.0
NuGet\Install-Package Gulla.EpiserverAutomaticImageDescription.ScheduledJob -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gulla.EpiserverAutomaticImageDescription.ScheduledJob" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gulla.EpiserverAutomaticImageDescription.ScheduledJob --version 1.0.0
#r "nuget: Gulla.EpiserverAutomaticImageDescription.ScheduledJob, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Gulla.EpiserverAutomaticImageDescription.ScheduledJob as a Cake Addin
#addin nuget:?package=Gulla.EpiserverAutomaticImageDescription.ScheduledJob&version=1.0.0

// Install Gulla.EpiserverAutomaticImageDescription.ScheduledJob as a Cake Tool
#tool nuget:?package=Gulla.EpiserverAutomaticImageDescription.ScheduledJob&version=1.0.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 Enlish-only metadata, you do not need the Translator Text-resource.

More information

Check out this blog post. (coming)

Get it

Grab it from this repository or install the nuget available on nuget.org as Gulla.Episerver.AutomaticImageDescription.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Initial version.