Install via nuget Install-Package Gibe.Umbraco.IntelligentMedia
Add the following to the end of in config/Dashboard.config
<section alias="IntelligentMediaSettings">
<areas>
<area>developer</area>
</areas>
<tab caption="Intelligent Media Settings">
<control>/App_Plugins/IntelligentMedia/settings.html</control>
</tab>
</section>
Add the end of the section of config/FileSystemProviders.config
<Provider alias="config" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core">
<Parameters>
<add key="virtualRoot" value="~/config/" />
</Parameters>
</Provider>
Add the following to the media you want to generate machine learning data
Property Alias | Type |
---|---|
tags | Tags |
categories | Tags |
description | Textstring |
json | Textarea |
primaryColour | Textstring |
backgroundColour | Textstring |
numberOfFaces | Numeric |