Faceplugin-ltd/Open-Source-Face-Recognition-SDK
The world's 1st open source face recognition SDK for Windows and Linux (Face detection, Face landmark extraction, Face feature extraction, Face template mathcing)
This tool helps you build applications that can automatically detect faces in images, extract unique facial features, and compare them to determine if two faces belong to the same person. You provide it with images, and it returns information about detected faces and their similarity scores. This is for developers building secure authentication, access control, or attendance systems.
840 stars. No commits in the last 6 months.
Use this if you need to integrate basic face detection and recognition capabilities directly into your Windows or Linux applications, ensuring all processing happens privately on your own servers.
Not ideal if you need advanced features like anti-spoofing (liveness detection), support for mobile platforms, or higher accuracy models, as these require commercial solutions.
Stars
840
Forks
108
Language
Python
License
—
Category
Last pushed
Aug 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/Faceplugin-ltd/Open-Source-Face-Recognition-SDK"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xinntao/facexlib
FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
devansh-shah-11/FaceRec
An advanced facial recognition system designed for real-time identification using deep learning...
jankrepl/pychubby
Automated face warping tool.
takuya-takeuchi/FaceRecognitionDotNet
The world's simplest facial recognition api for .NET on Windows, MacOS and Linux