Skip to main content
FaceAiSharp package icon

FaceAiSharp

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.

Total Downloads
483.0K
482,992
Published
May 29, 2026
Latest stable version

Install

.NET CLI
dotnet add package FaceAiSharp --version 0.6.35
Package Manager Console
Install-Package FaceAiSharp -Version 0.6.35
PackageReference
<PackageReference Include="FaceAiSharp" Version="0.6.35" />

Frameworks

net10.0 net8.0

Dependencies

[5.0.0, )
SimpleSIMD
net10.0
[3.3.1, )
[3.1.12, )
[10.0.8, )
[5.0.0, )
[3.3.1, )
[3.1.12, )
[10.0.8, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

The published metadata declares 14 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.