Skip to content

FaceONNX/FaceONNX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face recognition and analytics library based on deep neural networks and ONNX runtime

A vision of what might lie across the universe...

FaceONNX

FaceONNX is a face recognition and analytics library based on ONNX runtime. It containts ready-made deep neural networks for face

  • detection and landmarks extraction,
  • gender and age classification,
  • emotion and beauty classification,
  • embeddings comparison and more.

Version

You can build FaceONNX from sources or install to your own project using nuget package manager.

Assembly Specification OS Package Algebra
FaceONNX .NET Standard 2.0 Cross-platform NuGet UMapx
FaceONNX.Addons .NET Standard 2.0 Cross-platform NuGet UMapx

Installation

C# interface

using FaceONNX;

To get started with FaceONNX, it is recommended to look at the folder with examples and experiments.

References

ONNX models

License

FaceONNX is released under the MIT license.