Talegen.Imaging.Moderation.Aws 1.0.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Talegen.Imaging.Moderation.Aws --version 1.0.3
NuGet\Install-Package Talegen.Imaging.Moderation.Aws -Version 1.0.3
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="Talegen.Imaging.Moderation.Aws" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Talegen.Imaging.Moderation.Aws --version 1.0.3
#r "nuget: Talegen.Imaging.Moderation.Aws, 1.0.3"
#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 Talegen.Imaging.Moderation.Aws as a Cake Addin
#addin nuget:?package=Talegen.Imaging.Moderation.Aws&version=1.0.3

// Install Talegen.Imaging.Moderation.Aws as a Cake Tool
#tool nuget:?package=Talegen.Imaging.Moderation.Aws&version=1.0.3

Talegen.Imaging.Recognition

This project contains a suite of imaging recognition libraries to support a image recognition and moderation of images in applications.

Introduction

There exists a need to abstract a wrapper around the image recognition and moderation services that are available from cloud providers so as to easily implement unit testing and configuration flexibility in applications that need to implement sucht technologies.

Enter this library which provides a very minimal abstraction that allows developers to easily implement an image recognition/moderation cloud service.

As an example, we have implemented a moderation library and service for AWS Rekognition image moderation.

A console test client can be found in the /tests/ folder.

NOTE: To avoid issues with posting test data that is against community rules, the test image dataset, located in [tests\TestAwsModeration\dataset\dataset.zip] has been password protected with password "testthese". These test images have been gathered from pixabay.com.

Installation

This library is available via NuGet. To install, use the following command -

Install-Package Talegen.Imaging.Recognition

For an AWS Rekognition implementation, use the following command -

Install-Package Talegen.Imaging.Recognition.Aws

Usage

This library is used by Talegen applications to provide support for image moderation in ASP.NET Core applications. Although these libraries are open source, Talegen does not offer support on these libraries and their integrations beyond maintaining this repository.

License

This library is licensed under the Apache 2.0 license.

Change Log

1.0.0 - Initial release of the libraries.

Feedback and Documentation

Feedback and Documentation can be found at Issues.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
1.0.3 103 1/18/2024
1.0.2 84 1/14/2024
1.0.1 104 1/14/2024
1.0.0 88 1/14/2024

Updated to support latest packages.