TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Library for local Face Recognition in .NET

6 点作者 georgj超过 1 年前

1 comment

georgj超过 1 年前
I created this library because Google Photos&#x27;s face search fascinated me for quite some time, but I wanted to achieve similar results on my local machine, fully under my control. After I had read up a bit it was clear that very capable models are freely available, e.g. in the ONNX model zoo, but using them still requires quite some work before you have an easily usable API. Thus I created FaceAiSharp, to hopefully make Face Recognition and Face Detection more easily usable for developers on .NET. I also created an interactive in-browser demo that demonstrates how to use it and how some basic principles of Face Recognition work [0]. If you give it a try and run into any issues I&#x27;m happy to help [1].<p>[0]: <a href="https:&#x2F;&#x2F;facerec.gjung.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;facerec.gjung.com&#x2F;</a> [1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;georg-jung&#x2F;FaceAiSharp">https:&#x2F;&#x2F;github.com&#x2F;georg-jung&#x2F;FaceAiSharp</a>