{"id":37032633,"url":"https://github.com/faceonnx/faceonnx","last_synced_at":"2026-01-14T04:00:05.453Z","repository":{"id":54475038,"uuid":"313825350","full_name":"FaceONNX/FaceONNX","owner":"FaceONNX","description":"Face recognition and analytics library based on deep neural networks and ONNX runtime","archived":false,"fork":false,"pushed_at":"2025-12-19T22:28:01.000Z","size":20658,"stargazers_count":261,"open_issues_count":1,"forks_count":46,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-12-22T09:57:23.766Z","etag":null,"topics":["antispoofing","classification","cpu","deep-neural-networks","detection","dotnet","embeddings","estimation","face","face-analytics-library","face-detection","face-onnx","face-recognition","faceonnx","gpu","landmarks","onnx","onnx-runtime","recognition"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FaceONNX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-18T04:45:31.000Z","updated_at":"2025-12-19T22:26:50.000Z","dependencies_parsed_at":"2023-10-13T18:57:21.949Z","dependency_job_id":"9fc63f86-bb04-436e-adaa-c7e01d90eb1d","html_url":"https://github.com/FaceONNX/FaceONNX","commit_stats":null,"previous_names":["asiryan/faceonnx"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/FaceONNX/FaceONNX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaceONNX%2FFaceONNX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaceONNX%2FFaceONNX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaceONNX%2FFaceONNX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaceONNX%2FFaceONNX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FaceONNX","download_url":"https://codeload.github.com/FaceONNX/FaceONNX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaceONNX%2FFaceONNX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antispoofing","classification","cpu","deep-neural-networks","detection","dotnet","embeddings","estimation","face","face-analytics-library","face-detection","face-onnx","face-recognition","faceonnx","gpu","landmarks","onnx","onnx-runtime","recognition"],"created_at":"2026-01-14T04:00:04.770Z","updated_at":"2026-01-14T04:00:05.433Z","avatar_url":"https://github.com/FaceONNX.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"25%\" src=\"docs/FaceONNX.png\" /\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e Face recognition and analytics library based on deep neural networks and \u003cb\u003eONNX\u003c/b\u003e runtime \u003c/p\u003e  \n\u003cp align=\"center\"\u003e\u003ci\u003e A vision of what might lie across the universe... \u003c/i\u003e\u003c/p\u003e  \n\n# FaceONNX\n**FaceONNX** is a face recognition and analytics library based on [ONNX](https://onnx.ai/) runtime. It containts ready-made deep neural networks for face\n* detection and landmarks extraction,\n* gender and age classification,\n* emotion and beauty classification,\n* embeddings comparison and more.  \n\n# Version\nYou can build **FaceONNX** from sources or install to your own project using nuget package manager.\n| Assembly | Specification | OS | Package | Algebra |\n|-------------|:-------------:|:-------------:|:--------------:|:--------------:|\n| [FaceONNX](netstandard/FaceONNX) | .NET Standard 2.0 | Cross-platform | [NuGet](https://www.nuget.org/packages/FaceONNX/) | [UMapx](https://github.com/asiryan/UMapx) |\n| [FaceONNX.Addons](netstandard/FaceONNX.Addons) | .NET Standard 2.0 | Cross-platform | [NuGet](https://www.nuget.org/packages/FaceONNX.Addons/) | [UMapx](https://github.com/asiryan/UMapx) |\n\n# Installation\nC# interface  \n```c#\nusing FaceONNX;\n```\nTo get started with **FaceONNX**, it is recommended to look at the folder with [examples](netstandard/Examples) and [experiments](netstandard/Experiments).  \n\n# References \n[ONNX models](https://github.com/FaceONNX/FaceONNX.Models)  \n\n# License\n**FaceONNX** is released under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaceonnx%2Ffaceonnx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaceonnx%2Ffaceonnx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaceonnx%2Ffaceonnx/lists"}