faceprints

Detect and label faces in images using local Vision.framework models

brewmacoslinux
Try with needOr install directly
Source

About

Detect and label images of faces using local Vision.framework models

Commands

faceprints

Examples

Detect faces in a single image$ faceprints image.jpg
Process all images in a directory$ faceprints /path/to/images/
Save face detection results to output file$ faceprints image.jpg --output results.json