{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/7"}],"enrichment":{"capability":"Detects, locates, and identifies faces in images using deep learning, with both Python API and command-line interface for batch processing.","skillfed_tags":["face-detection","deep-learning","computer-vision"],"use_cases":["Batch identify people in a folder of photos by comparing against a reference set of known individuals.","Extract and store face encodings from a database of known people for later comparison and matching.","Detect all faces in an image and extract their landmark coordinates for facial feature analysis or digital effects.","Build a real-time face recognition system by processing video frames with parallel CPU processing.","Adjust recognition sensitivity by tuning tolerance values when similar-looking people cause false matches."],"what_it_does":"face-recognition wraps dlib's deep-learning face recognition model to provide a simple Python interface for detecting faces, extracting facial landmarks, and comparing face encodings to identify individuals. It includes both a Python API for programmatic use and a command-line tool for batch processing folders of images.\n\nThe library handles the core tasks of face detection (finding where faces appear in an image), facial feature location (eyes, nose, mouth, chin), and face identification (comparing unknown faces against known encodings to determine matches). It supports parallel processing across multiple CPU cores and allows tolerance tuning to adjust match sensitivity.","worth_installing":"Yes, if you are on macOS or Linux and can install dlib. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and provides a straightforward API backed by a well-regarded deep learning model. Install friction is moderate due to dlib's compilation requirement, but the library itself installs cleanly. Not suitable for Windows without unofficial workarounds."},"id":"face-recognition","links":{"html":"https://skillfed.io/packages/face-recognition","md":"https://skillfed.io/packages/face-recognition.md","pypi":"https://pypi.org/project/face-recognition/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2020-02-20","license_spdx":null,"license_treatment":"permissive","name":"face-recognition","python_support":"unspecified","summary":"Recognize faces from Python or from the command line"},"popularity":{"monthly_downloads":209145,"position":9519,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
