About 37,300 results
Open links in new tab
  1. face-recognition · PyPI

    Feb 20, 2020 · Project description Face Recognition Recognize and manipulate faces from Python or from the command line with the world’s simplest face recognition library. Built using dlib ’s state-of …

  2. GitHub - ageitgey/face_recognition: The world's simplest facial ...

    Recognize and manipulate faces from Python or from the command line with the world's simplest face recognition library. Built using dlib 's state-of-the-art face recognition built with deep learning.

  3. Using the face_recognition Library in Python: Full Guide for Beginners

    Jun 22, 2025 · This tutorial will walk you through everything you need to know: installation, detecting faces, recognizing people, and building a simple face recognition system — all using just a few …

  4. Install Face Recognition in Python Step by Step - PyTutorial

    Apr 3, 2025 · Face recognition is a popular technology. It can identify or verify a person from an image or video. Python makes it easy to implement. In this guide, you will learn how to install and use face

  5. Face RecognitionFace Recognition 1.4.0 documentation

    Face Recognition ¶ Recognize and manipulate faces from Python or from the command line with the world’s simplest face recognition library. Built using dlib ’s state-of-the-art face recognition built …

  6. face-recognition Python Guide [2025] | PyPI Tutorial

    Nov 16, 2025 · face-recognition is Recognize faces from Python or from the command line. It's one of the most widely used packages in the Python ecosystem for developers building modern Python

  7. Top 10 Python Libraries For Facial Recognition - Techyv.com

    Face recognition is a tool provided by most computer vision libraries. But few open source libraries completely focus on face and image recognition making them a highly accurate and reliable option …

  8. A Comprehensive Guide to Face Recognition with OpenCV and Face ...

    Aug 21, 2024 · In this tutorial, we will explore how to perform face recognition using Python, leveraging two powerful libraries: OpenCV and face_recognition. We'll walk through the code step …

  9. face_recognition package — Face Recognition 1.4.0 documentation

    Given a list of face encodings, compare them to a known face encoding and get a euclidean distance for each comparison face. The distance tells you how similar the faces are.

  10. GitHub - serengil/deepface: A Lightweight Face Recognition and Facial ...

    DeepFace is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid face recognition framework wrapping state-of-the-art …