Talegen.Imaging.Moderation.Aws
1.0.3
Prefix Reserved
dotnet add package Talegen.Imaging.Moderation.Aws --version 1.0.3
NuGet\Install-Package Talegen.Imaging.Moderation.Aws -Version 1.0.3
<PackageReference Include="Talegen.Imaging.Moderation.Aws" Version="1.0.3" />
paket add Talegen.Imaging.Moderation.Aws --version 1.0.3
#r "nuget: Talegen.Imaging.Moderation.Aws, 1.0.3"
// 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 | Versions 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. |
-
.NETStandard 2.1
- AWSSDK.Rekognition (>= 3.7.301)
- AWSSDK.S3 (>= 3.7.305.12)
- Talegen.Imaging.Moderation (>= 1.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated to support latest packages.