kiselev1189/insightface-just-works
Insightface face detection and recognition model that just works out of the box.
This tool helps you quickly identify and recognize faces in images. You provide an image, and it returns a unique numerical code (embedding) that represents the face, allowing you to compare it with other faces. It's designed for anyone needing to integrate robust face detection and recognition into their applications without deep machine learning expertise.
121 stars. No commits in the last 6 months.
Use this if you need a straightforward, reliable way to detect faces and generate embeddings for comparison from single-face images.
Not ideal if you require a full-featured computer vision toolkit beyond basic face detection and embedding, or need to train custom models.
Stars
121
Forks
18
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kiselev1189/insightface-just-works"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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.