#9 · Primary category: Computer Vision

face_recognition

face-detection face-recognition machine-learning python

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