faceprints
brew install faceprints
v1.1.2
MIT
Detect and label images of faces using local Vision.framework models
2
30-day installs · #13663
5
90-day · #14847
97
365-day · #9260
15
★ GitHub stars · updated 2y ago
Links
- https://github.com/Nexuist/faceprints
- GitHub: Nexuist/faceprints
- Brew formula source: Formula/f/faceprints.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Detect and label images of faces using local Vision.framework models",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:29+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "faceprints",
"github_default_branch": "main",
"github_last_commit_at": "2024-06-13T18:05:32Z",
"github_readme_excerpt": "# Faceprints\n\nFaceprints is a Swift CLI tool that recognizes faces in photos. It integrates seamlessly with other shell tools and scripts to provide a simple way to automate tasks that require facial recognition. It is built off the work in [seeV](https://github.com/nexuist/seev).\n\n\u003e A `Faceprint` is like a fingerprint for a face. It\u0027s a unique embedding that can be used to compare faces and determine if they are the same person.\n\nFaceprints manages a faceprint index stored in your home directory. You can add and remove faceprints as well as classify faces in arbitrary photos. **It requires no Internet connection or third party models.**\n\n[[ Download Faceprints ]](https://github.com/Nexuist/faceprints/releases)\n\n## Supported Operations\n\n### Classify a Photo\n\n```sh\nfaceprints \u003cimage path | image URL\u003e\n```\n\n```sh\nfaceprints https://media.newyorker.com/photos/649c6b817a7e243bdeb45935/4:3/w_2276,h_1707,c_limit/Cassidy-Joe-Biden.jpg\n```\n\n```json\n{\n \"operation\" : \"classify\",\n \"input\" : \"https:\\/\\/media.newyorker.com\\/photos\\/649c6b817a7e243bdeb45935\\/4:3\\/w_2276,h_1707,c_limit\\/Cassidy-Joe-Biden.jpg\",\n \"faces\": [\n {\n \"topLabel\": \"joe_biden\",\n \"topConfidence\": 0.80113577842712402,\n \"ranks\": {\n \"joe_biden\": 0.80113577842712402,\n \"donald_trump\": 0.77889835834503174,\n },\n \"boundingBox\" : {\n \"width\": 0.16982962191104889,\n \"x\": 0.4446871280670166,\n \"y\": 0.62361294031143188,\n \"height\": 0.22643950581550598\n }\n \"faceConfidence\": 0.83356118202209473\n }\n ]\n}\n```\n\n#### Plaintext Responses\n\nUse the `-p` flag to return a simple plaintext response.\n\n```sh\nfaceprints -p https://media.newyorker.com/photos/649c6b817a7e243bdeb45935/4:3/w_2276,h_1707,c_limit/Cassidy-Joe-Biden.jpg\n```\n\n```text\njoe_biden (0.8011358)\n```\n\n\n\n#### Applying Corrections\n\nIf the classification is incorrect, you can correct it by manually adding the image to your faceprints i",
"github_repo": "Nexuist/faceprints",
"github_stars": 15,
"github_topics": [],
"homepage": "https://github.com/Nexuist/faceprints",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 2,
"installs_365d": 97,
"installs_90d": 5,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "faceprints",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 13663,
"rank_365d": 9260,
"rank_90d": 14847,
"raw_hash": "f4e291eefe063f98",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/faceprints.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.1.2",
"versioned_formulae": [],
"why_use_this": null
}