For a computer vision library for face detection, the strongest matches are ageitgey/face_recognition (This library provides a comprehensive suite for face detection), justadudewhohacks/face-api.js (This library provides a comprehensive suite of tools for) and exadel-inc/compreface (CompreFace is a comprehensive facial recognition system that provides). serengil/deepface and justadudewhohacks/face-recognition.js round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
Find the best face detection libraries for your project. We ranked top GitHub repositories by activity and features to help you pick the right one.
This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video. It functions as a biometric identification tool that converts facial features into numerical encodings to compare and match identities. The library provides a computer vision command line interface for batch processing face detection and recognition tasks across image directories. It also supports a GPU accelerated vision API that utilizes CUDA and NVIDIA hardware to increase the speed of facial analysis and identification. Its capabilities cover human face detection and faci
This library provides a comprehensive suite for face detection, landmark extraction, and recognition, offering both a Python API and command-line tools with support for GPU-accelerated real-time processing.
face-api.js is a TensorFlow.js face recognition library and browser-based computer vision API. It provides tools for performing face detection, recognition, and landmark prediction within browsers and Node.js. The library includes a biometric identity descriptor generator that creates numerical vectors to compare identity and similarity between images. It features a facial landmark detection tool for mapping sixty-eight specific coordinate points on a face, as well as an age and gender estimation model. Its capabilities cover real-time facial analysis, including the recognition of facial exp
This library provides a comprehensive suite of tools for face detection, landmark extraction, and recognition directly in the browser or Node.js, making it a complete solution for your facial processing needs.
CompreFace is a facial recognition system designed for human face detection, identification, and biometric identity verification. It provides a registry of known people and the ability to match faces in images against this database to determine a specific identity. The system extracts facial landmarks to map geometry and analyzes physical attributes including age, gender, and head pose. It can also verify whether two different images belong to the same individual. The project is implemented as a microservice-based deployment utilizing a REST API gateway and a PostgreSQL metadata store. It in
CompreFace is a comprehensive facial recognition system that provides face detection, landmark extraction, and identity verification through a REST API, making it a complete solution for these computer vision tasks.
Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a modular pipeline that handles the entire lifecycle of facial processing, including detection, geometric alignment, and the transformation of facial images into high-dimensional numerical vector embeddings for identity verification and similarity comparison. The library distinguishes itself through a model ensemble approach, which combines predictions from multiple pre-trained neural networks to improve classification accuracy and reduce bias. It also integrates advanced security fe
Deepface is a comprehensive library that provides a complete pipeline for face detection, alignment, and recognition using multiple pre-trained models, making it a flagship tool for these tasks.
Face-recognition.js is a computer vision software development kit for Node.js that provides tools for detecting, mapping, and identifying human faces within images and video streams. It functions as a bridge to high-performance native libraries, enabling developers to perform complex facial analysis tasks directly within JavaScript and TypeScript environments. The library distinguishes itself by combining deep learning inference with geometric landmark mapping. It utilizes pre-trained neural networks to extract facial feature vectors and employs Euclidean distance calculations to determine th
This is a Node.js SDK that provides face detection, landmark extraction, and recognition capabilities by wrapping native computer vision libraries, making it a direct fit for your image and video processing needs.
Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It provides integrated engines for detecting human faces in static images and live video streams, matching facial encodings against identity databases, and mapping facial landmarks to understand geometric structure and alignment. The project enables real-time augmented reality applications, such as applying virtual makeup and digital accessories by scaling assets to detected facial coordinates. It also includes a suite for digital image restoration capable of removing noise, erasing w
This toolkit provides a comprehensive suite for face detection, landmark extraction, and recognition, supporting real-time video processing and pre-trained models to meet all your requirements.
Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a comprehensive pipeline for detecting faces, aligning landmarks, and transforming facial images into compact numerical vectors. By utilizing these embeddings, the system enables identity classification and similarity comparison through geometric distance calculations. The project distinguishes itself by integrating research-oriented diagnostic tools alongside its core recognition capabilities. It includes utilities for visualizing high-dimensional feature clusters, inspecting internal c
OpenFace is a comprehensive deep learning toolkit that provides the full pipeline for face detection, landmark alignment, and facial recognition using pre-trained models, making it a direct fit for your requirements.
SeetaFaceEngine is a C++ face recognition engine designed to detect, align, and identify human faces. It functions as a native library that performs facial analysis without relying on external third-party software libraries. The system utilizes a convolutional neural network framework for facial feature extraction and identity matching, representing identities as numerical feature-vector embeddings. It employs a funnel-structured cascade schema for real-time face localization and stacked auto-encoder networks to normalize facial orientation through landmark alignment. The toolkit integrates
This is a native C++ library that provides the core capabilities of face detection, landmark alignment, and identity recognition using pre-trained neural networks, making it a direct fit for your image and video processing needs.
This project is a computer vision system designed for the detection and identification of human faces within live video streams. It functions as a facial analysis pipeline that processes visual data to locate facial boundaries and match individuals against a stored database of known identities. The system utilizes a multi-stage neural network framework to isolate facial regions and extract unique identity characteristics. By converting facial image data into compact numerical vectors, it performs geometric similarity calculations to verify or identify subjects as they appear in motion. The s
This project is a comprehensive facial analysis pipeline that provides both face detection and identity recognition for live video streams, directly addressing all the requested features including landmark-based extraction and pre-trained model usage.
This library provides a deep learning framework for identifying human faces and extracting facial landmarks within digital images. It utilizes a multi-task convolutional neural network architecture to simultaneously perform face classification, bounding box regression, and landmark localization. The system processes images through three sequential stages of neural networks, incorporating image pyramid resizing to detect faces of varying scales. To ensure accuracy, it employs bounding box regression to refine coordinate predictions and non-maximum suppression to filter out redundant overlappin
This library provides robust face detection and landmark extraction using a multi-task convolutional neural network, though it lacks built-in face recognition capabilities and is limited to a MATLAB implementation.
FaceNet is a facial recognition framework designed to transform facial images into high-dimensional numerical embeddings for identity verification and recognition. It provides a deep learning face embedder that maps facial features into a Euclidean space where distance corresponds to facial similarity. The system includes tools for both supervised and unsupervised identity management. It features a face identity classifier for categorizing images into known identity classes and an unsupervised clustering tool to group similar facial embeddings together without predefined labels. The framewor
This framework provides the core deep learning models and tools necessary for facial embedding and recognition, serving as a foundational library for building custom facial analysis pipelines.
Human is a TensorFlow.js computer vision library used for face, body, and hand tracking within the browser or Node.js. It provides a framework for human pose and gesture tracking, facial recognition, and biometric liveness detection to verify a live human presence. The project distinguishes itself through a full suite of identity and motion tools, including a facial recognition framework that generates embeddings for similarity matching and a background segmenter for separating humans from their environment. It incorporates a liveness detector to prevent spoofing during facial analysis. The
This library provides a comprehensive suite for face detection, landmark extraction, and recognition using TensorFlow.js, supporting real-time processing across both browser and Node.js environments with pre-trained models.
facenet-pytorch is a facial recognition library for PyTorch that provides pretrained neural networks for detecting faces and extracting facial embeddings. It includes an MTCNN face detector for locating faces and landmarks, alongside an InceptionResnet face encoder to convert facial images into high-dimensional vectors for identity verification. The project provides tools for identity recognition by comparing facial embeddings using cosine similarity. It also supports facial video tracking to maintain identity consistency across consecutive frames and allows for the fine-tuning of pretrained
This library provides pre-trained models for face detection, landmark extraction, and facial embedding generation, making it a direct tool for building facial recognition pipelines in PyTorch.
Pigo is a computer vision library written in Go for locating human faces in images and video streams. It provides tools for face detection, facial landmark identification, and pupil and eye localization. The project is implemented in pure Go to ensure portable execution without external dependencies. It supports compilation to WebAssembly, enabling face detection and image processing to run directly in web browsers without a backend. The library's capabilities include real-time face detection using classifier cascades and gaze tracking localization. It maps anatomical points on the face to a
Pigo is a computer vision library that provides face detection and landmark extraction capabilities, though it lacks built-in face recognition functionality.
This project is a scripting framework designed for task automation and computer vision processing. It functions as an automated messaging bot for communication platforms and a tool for detecting and identifying human faces within digital images. The framework utilizes a series of algorithms to isolate facial landmarks and perform pattern analysis on digital frames. It integrates with communication services to monitor incoming data streams, allowing for the execution of predefined logic in response to user requests. The system manages data through a sequential buffer to ensure orderly process
This project provides a Python-based framework for computer vision tasks including face detection, landmark extraction, and recognition, making it a functional tool for these image processing requirements.
InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification, and feature extraction. It provides a specialized engine for one-to-one verification and one-to-many identification tasks, utilizing convolutional neural networks to transform raw image pixels into high-dimensional vector embeddings. The project includes a complete toolkit for detecting, aligning, and processing facial data to ensure consistent identity discrimination. Beyond core recognition, the platform distinguishes itself through an extensive model management and optimiz
InsightFace is a comprehensive deep learning framework that provides state-of-the-art tools for face detection, landmark extraction, and recognition, making it a flagship solution for these tasks.
PRNet is a Python library for 3D facial reconstruction. It uses a deep learning regression model to predict 3D facial geometry and vertex colors from a single 2D input image to generate a textured mesh. The project provides tools for digital face swapping, allowing the replacement of a target face with a new image and blending textures to match the original pose. It also includes a framework for face texture swapping and blending to fit specific 3D poses. Additional capabilities cover facial analysis, including the detection and alignment of facial landmarks and the estimation of head pose a
This library provides facial landmark detection and alignment capabilities as part of its 3D reconstruction pipeline, making it a specialized tool for facial analysis tasks.
OpenCV-Face-Recognition is a computer vision system designed to detect human faces and verify identities within live video streams and static images. It functions as a Python-based toolkit that processes visual data to locate facial boundaries and match detected features against a pre-trained database of profiles. The system utilizes a structured computer vision pipeline that integrates object detection with statistical analysis to perform identity verification. It employs pre-trained classifiers to scan for facial patterns and encodes facial textures into binary histograms to create represen
This toolkit provides a complete pipeline for face detection, landmark-based analysis, and identity verification using pre-trained models, making it a direct fit for your image and video processing needs.
clmtrackr is a JavaScript computer vision library designed for facial landmark detection and real-time tracking. It implements Constrained Local Models to identify specific coordinate points on a human face within video feeds or static images. The project functions as a real-time face warping engine and expression analysis tool. It can distort facial images via parametric models to create caricatures or identify and label emotional states such as happiness, sadness, anger, and surprise based on feature coordinates. The library covers a broad range of capabilities including automatic and manu
This library provides real-time facial landmark detection and tracking using Constrained Local Models, making it a specialized tool for extracting facial features and analyzing expressions in browser-based environments.
lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of pre-trained models for object detection, image classification, and segmentation on resource-constrained devices. The project features a multi-backend inference engine that supports the ONNX model runtime, allowing AI models to run across different hardware targets. It includes a GPU-accelerated pipeline specifically for NVIDIA hardware to reduce latency and increase processing speed. The toolkit covers a broad range of facial analysis capabilities, including emotion detection, gender
This toolkit provides a comprehensive C++ framework for edge AI that includes specific implementations for facial recognition, landmark extraction, and detection, making it a suitable library for integrating these capabilities into image and video processing pipelines.
This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p
This library provides robust facial landmark extraction and detection capabilities using deep learning, serving as a specialized tool for the requested computer vision tasks.
jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and real-time facial movement tracking. It functions as a neural network face detector that identifies multiple faces and monitors mouth movements and rotation within a web browser. The system distinguishes itself through a model-swappable detection pipeline, allowing the exchange of neural network weights to balance accuracy and performance across different camera angles and devices. It features real-time lighting synchronization to match the illumination of 3D overlays with the
This is a browser-based computer vision engine that provides real-time face detection and landmark tracking, making it a capable tool for facial processing tasks despite its primary focus on augmented reality filters.
This project is a computer vision framework designed for the detection, identification, and tracking of human subjects within video streams. It provides an integrated system for locating individuals, generating biometric models from image datasets, and maintaining identity labels across consecutive video frames. The system distinguishes itself through its ability to maintain identity persistence across multiple camera feeds. By utilizing deep learning inference to extract feature vector embeddings and applying motion prediction algorithms, it links unique identity signatures across disparate
This project provides a comprehensive framework for face detection, recognition, and identity tracking in video streams, making it a direct fit for your requirements.
libfacedetection is a C++ face detection library and computer vision tool. It utilizes a neural network face detector to identify human faces in images and return bounding box coordinates. The library is designed for low latency and high throughput processing, enabling real-time face detection in image and video streams. It supports automated image analysis for identifying coordinates of human faces across large batches of photos and high-performance video processing.
This is a high-performance C++ library specifically designed for real-time face detection, though it focuses on bounding box identification rather than the broader tasks of facial landmark extraction or identity recognition.
node-opencv is a high-performance C++ native addon and bridge that connects Node.js applications to the OpenCV library. It serves as an image processing toolkit and computer vision library, allowing JavaScript code to execute vision algorithms and image manipulation operations through native bindings. The project provides specialized capabilities for face and shape detection, as well as face identity recognition using trained models. It includes tools for object motion tracking through optical flow and background subtraction, along with the ability to identify specific patterns and analyze sh
This library provides a Node.js interface to OpenCV, enabling access to its comprehensive suite of facial detection, landmark extraction, and recognition algorithms for real-time image and video processing.
This project is a deep learning face classification system that detects human faces and classifies gender and emotion. It utilizes convolutional neural networks and computer vision tools to analyze facial attributes in both static images and live video streams. The system includes specialized classifiers for emotions based on the FER2013 dataset and gender based on IMDB datasets. These models are integrated into a containerized web service, allowing the classification logic to be exposed as an API that processes image data via network requests. The technical surface covers the entire pipelin
This project provides a complete pipeline for face detection and attribute classification, including real-time processing and pre-trained models, though it focuses more on emotion and gender analysis than on identity-based face recognition.
tracking.js is a browser computer vision library written in JavaScript for performing real-time image analysis and object tracking directly within a web browser. It functions as a real-time object tracker, a color tracking tool, and a face detection utility. The library enables the detection and monitoring of specific color ranges, human faces, and known visual patterns across consecutive video frames. It extracts visual features and descriptors from images to identify distinct landmarks for matching and tracking. The project covers broad computer vision capabilities, including the ability t
This library provides real-time face detection and landmark extraction capabilities directly in the browser, making it a suitable tool for web-based computer vision tasks despite its broader focus on general object tracking.
This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries for numerical analysis, statistics, and mathematical optimization. It serves as a foundational toolkit for developing applications in machine learning, digital signal processing, and computer vision. The framework provides specialized toolkits for training and deploying predictive models, including neural networks, support vector machines, and decision trees. It further distinguishes itself with deep integrations for real-time visual analysis, such as object tracking and facia
This framework provides a comprehensive suite of computer vision and machine learning tools that include specific capabilities for face detection and facial landmark extraction within the .NET ecosystem.
OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot landmarks. It functions as a multi-person motion tracker, identifying the spatial coordinates of multiple individuals simultaneously within video streams or static images. Beyond two-dimensional detection, the software acts as a three-dimensional kinematics processor, reconstructing spatial movement data from single or multiple synchronized camera perspectives. The system distinguishes itself through a bottom-up approach that utilizes part-affinity fields to associate body parts across
OpenPose is a powerful real-time pose estimation engine that includes facial landmark extraction as part of its broader human-body tracking capabilities, making it a highly effective tool for your image and video processing needs.
This project is a collection of pre-trained machine learning models and conversion pipelines designed for running inference directly in the browser using TensorFlow.js. It provides a library of ready-to-use models for computer vision, audio classification, and natural language processing tasks. The suite includes specialized tools for transforming Python-based Keras models into JSON formats compatible with web environments. It enables the deployment of these models by fetching architectures and weight shards via HTTP for client-side execution. The project covers a broad range of capabilities
This repository provides a collection of pre-trained computer vision models, including specific implementations for face detection and landmark extraction that run in real-time within the browser.
This project is a deep learning framework designed for facial landmark detection. It functions as a computer vision library that provides the necessary routines to locate precise points on human faces within images by generating spatial probability maps. The architecture distinguishes itself through high-resolution parallel branching, which maintains detailed visual representations throughout the entire network. By utilizing multi-scale feature fusion, the model repeatedly exchanges information across these parallel streams to integrate fine-grained spatial details with broader semantic conte
This repository provides a specialized implementation for facial landmark extraction using high-resolution representation learning, serving as a core component for facial analysis pipelines.
This project is a computer vision library designed for facial landmark detection and alignment. It provides a framework for identifying and mapping specific points on a human face in both two-dimensional and three-dimensional space, enabling the normalization of facial geometry and orientation across diverse images. The system utilizes a deep learning approach to extract precise facial coordinates, supporting tasks such as expression analysis and geometric modeling. By employing a stacked hourglass architecture, the model performs multi-stage feature refinement to capture spatial relationship
This repository provides a specialized implementation for 2D and 3D facial landmark extraction using deep learning, serving as a direct tool for the requested computer vision tasks.
face.evoLVe is a deep learning library designed for the training and deployment of facial recognition models. It provides a comprehensive framework for converting facial images into numerical feature vectors, enabling identity verification and similarity analysis across large-scale datasets. The project facilitates the entire lifecycle of facial analysis, from dataset preparation and image standardization to distributed model training. It includes utilities for detecting facial landmarks and applying geometric transformations to ensure consistent input orientation, as well as data augmentatio
This library provides a comprehensive suite of tools for face detection, landmark extraction, and recognition using deep learning frameworks, making it a direct fit for your image and video processing needs.
This project is a Go library designed for facial detection, landmark mapping, and identity verification. It provides a toolkit for integrating computer vision capabilities into applications, enabling the automated identification and analysis of human faces within digital images. The library utilizes a deep residual network to transform facial data into compact vector representations, which are then compared using geometric distance calculations to confirm identities. It employs histogram-based object detection to locate facial structures and maps specific points on the face to define geometry
This library provides Go bindings for the dlib C++ toolkit, enabling face detection, landmark extraction, and recognition in a cross-platform environment.
This project provides a compact neural network architecture designed for human face detection and facial landmark localization. It functions as a specialized computer vision tool that identifies faces and extracts five specific facial key points within a single inference pass, making it suitable for integration into resource-constrained environments. The system utilizes a lightweight convolutional backbone and an anchor-based detection mechanism to maintain a small memory footprint while performing real-time processing. By employing a multi-task learning head, the model simultaneously predict
This repository provides a lightweight, pre-trained face detection and landmark extraction model that is suitable for real-time processing, fitting the core requirements for a facial analysis tool.
This branch is developed for deep face recognition
This repository provides a C++ implementation of deep face recognition models based on the Caffe framework, offering the core functionality for facial recognition and feature extraction required for image processing tasks.
Deep Face Recognition in PyTorch
This library provides deep learning-based facial recognition and detection capabilities using PyTorch, offering the core functionality required for processing images and videos with pre-trained models.
Evolve to be more comprehensive, effective and efficient for face related analytics \& applications! (WeChat News) About the name: "face" means this repo is dedicated for face related analytics \& applications. "evolve" means unleash your greatness to be better and better. "LV" are capitalized…
This repository provides a comprehensive suite of PyTorch-based implementations for face detection, recognition, and landmark extraction, making it a direct tool for building facial analysis applications.
| Repository | Stars | Sprache | Lizenz | Letzter Push |
|---|---|---|---|---|
| ageitgey/face_recognition | 56.5K | Python | MIT | |
| justadudewhohacks/face-api.js | 17.9K | TypeScript | MIT | |
| exadel-inc/compreface | 7.8K | Java | apache-2.0 | |
| serengil/deepface | 22.2K | Python | mit | |
| justadudewhohacks/face-recognition.js | 1.9K | JavaScript | MIT | |
| vipstone/faceai | 11.1K | Python | MIT | |
| cmusatyalab/openface | 15.4K | Lua | apache-2.0 | |
| seetaface/seetafaceengine | 4.6K | C++ | NOASSERTION | |
| shanren7/real_time_face_recognition | 893 | Python | — | |
| kpzhang93/mtcnn_face_detection_alignment | 2.9K | MATLAB | MIT |