FaceAiSharp.Bundle 0.5.23

dotnet add package FaceAiSharp.Bundle --version 0.5.23
NuGet\Install-Package FaceAiSharp.Bundle -Version 0.5.23
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="FaceAiSharp.Bundle" Version="0.5.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FaceAiSharp.Bundle --version 0.5.23
#r "nuget: FaceAiSharp.Bundle, 0.5.23"
#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 FaceAiSharp.Bundle as a Cake Addin
#addin nuget:?package=FaceAiSharp.Bundle&version=0.5.23

// Install FaceAiSharp.Bundle as a Cake Tool
#tool nuget:?package=FaceAiSharp.Bundle&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 is a bundle package that installs FaceAiSharp's managed code and multiple AI models in the ONNX format.

Product 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. 
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
0.5.23 762 2/18/2024
0.4.10 1,771 6/19/2023
0.3.7 136 6/15/2023
0.1.12 173 5/4/2023