#9 · Primary category: Computer Vision
face_recognition
The world's simplest facial recognition api for Python and the command line
Project last updated:06/25/26
GitHub Stars
56.7K
Forks
13.7K
Contributors
55
License
MIT
Why we included this project
Face recognition usually sounds like a job for a dedicated ML team, but this library gets you there in a few lines of Python. It wraps dlib's deep learning model behind a simple API: find faces in an image, pull out landmarks like eyes and nose, and compare face encodings to tell who appears in a photo. The model reports 99.38% accuracy on the Labeled Faces in the Wild benchmark, and a command-line tool runs batch recognition across folders, so you can process a whole photo collection without writing any code. Examples cover real-time webcam use and even digital makeup, which makes it a solid starting point for photo organization, access-control prototypes, or any project that needs face features without building the pipeline from scratch.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)