davidsandberg/facenet
A TensorFlow implementation of FaceNet for face recognition and clustering using deep learning embeddings.

Velocity · 7d
+3.8
★ / day
Trend
→steady
star history
This repository provides a TensorFlow-based face recognition system implementing the FaceNet architecture that generates 128-dimensional embeddings for faces. It includes training code using triplet loss and softmax loss approaches, MTCNN for face detection preprocessing, and pretrained models. Users can train classifiers on custom image datasets and generate embeddings for face recognition and clustering tasks.