PlatonAiPhoto 0.51.0-g
dotnet add package PlatonAiPhoto --version 0.51.0-g
NuGet\Install-Package PlatonAiPhoto -Version 0.51.0-g
<PackageReference Include="PlatonAiPhoto" Version="0.51.0-g" />
paket add PlatonAiPhoto --version 0.51.0-g
#r "nuget: PlatonAiPhoto, 0.51.0-g"
// Install PlatonAiPhoto as a Cake Addin #addin nuget:?package=PlatonAiPhoto&version=0.51.0-g&prerelease // Install PlatonAiPhoto as a Cake Tool #tool nuget:?package=PlatonAiPhoto&version=0.51.0-g&prerelease
FaceAiSharp allows you to work with face-related computer vision tasks easily. It currently provides face detection, face recognition, facial landmarks detection, and eye state detection functionalities. FaceAiSharp leverages publicly available pretrained ONNX models to deliver accurate and efficient results and offers a convenient way to integrate them into your .NET applications. Whether you need to find faces, recognize individuals, detect facial landmarks, or determine eye states, FaceAiSharp simplifies the process with its simple API. ONNXRuntime is used for model inference, enabling hardware acceleration were possible. All processing is done locally, with no reliance on cloud services.
This package contains just FaceAiSharp's managed code and does not include any ONNX models. Take a look at FaceAiSharp.Bundle for a batteries-included package with everything you need to get started.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- CommunityToolkit.Diagnostics (>= 8.2.2)
- MathNet.Numerics (>= 5.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.ML.OnnxRuntime.Managed (>= 1.17.0)
- NumSharp (>= 0.30.0)
- SimpleSIMD (>= 3.3.1)
- SixLabors.ImageSharp (>= 3.1.2)
- SixLabors.ImageSharp.Drawing (>= 2.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PlatonAiPhoto:
Package | Downloads |
---|---|
PlatonAiPhoto.Bundle
FaceAiSharp allows you to work with face-related computer vision tasks easily. It currently provides face detection, face recognition, facial landmarks detection, and eye state detection functionalities. FaceAiSharp leverages publicly available pretrained ONNX models to deliver accurate and efficient results and offers a convenient way to integrate them into your .NET applications. Whether you need to find faces, recognize individuals, detect facial landmarks, or determine eye states, FaceAiSharp simplifies the process with its simple API. ONNXRuntime is used for model inference, enabling hardware acceleration were possible. All processing is done locally, with no reliance on cloud services. This is a bundle package that installs FaceAiSharp's managed code and multiple AI models in the ONNX format. |
GitHub repositories
This package is not used by any popular GitHub repositories.