Tagged articles
3 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 29, 2021 · Artificial Intelligence

Unlock Powerful Face Recognition with Python’s face_recognition Library

This article introduces the open‑source Python library face_recognition, explains how to install it, locate and extract faces, generate 128‑dimensional embeddings, compare faces, detect facial landmarks, apply virtual makeup, and build a simple custom face‑recognition application with complete code examples and visual results.

Computer VisionImage Processingface recognition
0 likes · 11 min read
Unlock Powerful Face Recognition with Python’s face_recognition Library
Python Programming Learning Circle
Python Programming Learning Circle
Jul 16, 2021 · Artificial Intelligence

Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications

This article demonstrates how to install the Python face_recognition library, locate faces in images, crop and save them, encode faces into 128‑dimensional vectors, compare faces, detect facial landmarks, apply virtual makeup, and assemble these steps into a simple custom face‑recognition application.

Face Detectionface_recognitionfacial landmarks
0 likes · 10 min read
Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications