davidsandberg/facenet
Face recognition using Tensorflow
This project helps security professionals, event organizers, or anyone needing to identify individuals from images. It takes a collection of photos of people's faces and can tell you if two faces belong to the same person, or identify a known person in a crowd. It outputs numerical representations of faces for comparison, allowing for tasks like verifying identity or grouping unknown faces.
14,313 stars. No commits in the last 6 months.
Use this if you need to reliably recognize faces from images or videos, or verify a person's identity from a photograph.
Not ideal if you need a simple 'out-of-the-box' application for face recognition without any technical setup, or if you are looking for a face detection tool that only finds faces without identifying them.
Stars
14,313
Forks
4,799
Language
Python
License
MIT
Category
Last pushed
Jul 24, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/davidsandberg/facenet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
serengil/deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race)...
ishandutta0098/mukh
A comprehensive face analysis library that provides unified APIs for various face-related tasks
akshaybahadur21/Facial-Recognition-using-Facenet
A simple implementation of facial recognition using facenets for humans 🧔 🔍
tomas-gajarsky/facetorch
Python library for analysing faces using PyTorch
Astrotomic/php-deepface
A PHP adapter for the python deepface framework.