FaceAiSharp 0.5.23
dotnet add package FaceAiSharp --version 0.5.23
NuGet\Install-Package FaceAiSharp -Version 0.5.23
<PackageReference Include="FaceAiSharp" Version="0.5.23" />
paket add FaceAiSharp --version 0.5.23
#r "nuget: FaceAiSharp, 0.5.23"
// Install FaceAiSharp as a Cake Addin #addin nuget:?package=FaceAiSharp&version=0.5.23 // Install FaceAiSharp as a Cake Tool #tool nuget:?package=FaceAiSharp&version=0.5.23
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 FaceAiSharp:
Package | Downloads |
---|---|
FaceAiSharp.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.