There are 9 repositories under facenet topic.
Face recognition with deep neural networks.
Face recognition using Tensorflow
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
Leading free and open-source face recognition system
TensorFlow 101: Introduction to Deep Learning
Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
Reatime Face Recognizer on Android
Face recognition system using MTCNN, FACENET, SVM and FAST API to track participants of Big Brother Brasil in real time.
A simple implementation of facial recognition using facenets for humans 🧔 🔍
One-shot Learning and deep face recognition notebooks and workshop materials
Face-recognition using Siamese network
A PyTorch implementation of the 'FaceNet' paper for training a facial recognition model with Triplet Loss using the glint360k dataset. A pre-trained model using Triplet Loss is available for download.
Executable code based on Google articles
人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试
face detection, verification and recognition using Keras
C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
Implementation of Facial Recognition System Using Facenet based on One Shot Learning Using Siamese Networks
A framework for creating and using a Face Recognition system.
Build personalized machine learning models for Tinder using Python
A small-scale flask server facial recognition system, using a pre-trained facenet model with real-time web camera face recognition functionality, and a pre-trained Multi-Task Cascading Convolutional Neural Network (MTCNN) for face detection and cropping.
An Attendance Checking System using Deep Facial Recognition, written in Python.
I have published my face related codes in this repository
Who is your doppelgänger and more with Keras face recognition
This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses MXNet facial attribute extraction model for extracting 40 types of facial attributes. This solution also detects Emotion, Age and Gender along with facial attributes.
Deepfakes Video classification via CNN, LSTM, C3D and triplets
Realtime Facial recognition system using Siamese neural network
This is a modified and simplified inference engine of davidsandberg's facenet
Facial Keypoints Detection & Recognition
Face detection and recognition with tensorflow and FaceNet
This repository contains code for my paper "Git Loss for Deep Face Recognition".
即時人臉辨識(使用OpenCV與FaceNet)