#140 · Primary category: Computer Vision

Open-Source-Face-Recognition-SDK

deep-learning face-detection face-landmark-detection face-recognition identity-verification machine-learning open-source python

The world's 1st open source face recognition SDK for Windows and Linux (Face detection, Face landmark extraction, Face feature extraction, Face template mathcing)

Project last updated:08/10/26

GitHub Stars

1.9K

Forks

350

Contributors

2

License

Other

Why we included this project

Teams working on access control, attendance, or identity verification get a useful starting point here: the SDK wraps the full face pipeline (detection, landmark extraction, embedding generation, and similarity comparison) in a small Python API that runs entirely on-premise. Everything executes locally on Windows or Linux, so no face data leaves the machine, which matters for privacy-sensitive deployments. It runs on CPU-only systems with GPU as an option, and the quick-start examples show how to detect multiple faces in an image and compare two embeddings against a configurable similarity threshold. That makes it a reasonable base for prototyping biometric login or surveillance workflows before moving to a commercial offering with liveness detection and broader platform support.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category