Skip to main content

Scan macOS Photos library, detect and identify birds, write species captions

Project description

preen

Groom your photo library — automatically find and name every bird.

Preen scans your macOS Photos library, detects birds with YOLO, identifies species with SuperPicky's OSEA classifier (10,964 species), and writes bilingual keywords and captions.

Features

  • Scans entire Photos library including iCloud photos
  • YOLO multi-bird detection — finds all birds in a photo
  • OSEA species identification with GPS-based eBird regional filtering
  • Keywords: 白鹭 (Little Egret) + pinyin bailu per species
  • Captions: 白鹭, 苍鹭 (Little Egret, Grey Heron)
  • Parallel iCloud downloads via PhotoKit (no Photos.app dependency for reads)
  • SQLite checkpoint — pause/resume, incremental or full rescan
  • Auto-retries failed iCloud exports on next run
  • Supports JPEG, HEIC, JXL, AVIF, and RAW formats (ARW, CR2, CR3, NEF, DNG, RAF)

Requirements

  • macOS with Photos.app
  • Python 3.11+

Installation

pipx install birdpreen

Or with pip:

pip install birdpreen

On first scan, model files (~260 MB) are automatically downloaded from HuggingFace.

Usage

# Scan new photos (incremental)
preen scan

# Full library rescan
preen scan --full

# Dry run — detect and identify without writing
preen scan --dry-run

# Custom confidence threshold (default: 70%)
preen scan --threshold 65

# Process in batches
preen scan --batch-size 500

# Adjust parallel iCloud downloads (default: 16)
preen scan --workers 32

# Regional filter for photos without GPS (uses AVONET distribution data)
preen scan --country CN

# Regional filter using eBird species lists (more curated, supports subnational)
preen scan --region US-CA

# Scan a Shanghai photo library with English-only captions
preen scan --region CN-31 --caption-format "{en}" --keyword-format "{en} {latin}"

# Scan UK photos with Latin names, slash-separated
preen scan --country GB --caption-format "{en} ({latin})" --caption-separator " / "

# Stricter threshold when no regional filter matches (default: 90%)
preen scan --global-threshold 95

# Check progress
preen status

# Reset checkpoint (auto-creates backup)
preen reset

# Restore checkpoint from latest backup
preen restore

Regional species filtering

When photos have GPS, preen automatically filters species using a two-level fallback: AVONET 1×1° grid → country-level eBird list → global. For photos without GPS, use --country or --region:

  • --country XX — queries AVONET distribution data using a bounding box. Covers 49 countries including CH, HK, TW, NP where eBird lists aren't bundled.
  • --region XX or --region XX-YY — uses curated offline eBird species lists. Supports 51 countries + 92 subnational regions (all US states, CN provinces, AU states). Falls back to country-level if subnational file not found.

Caption and keyword format

The --caption-format flag controls how each species appears in the photo description. The --keyword-format flag controls which fields become individual keywords (space-delimited). Available placeholders:

Placeholder Example
{cn} 白鹭
{cn_trad} 白鷺
{en} Little Egret
{latin} Egretta garzetta
{pinyin} bailu

Tuning --workers

The --workers flag controls how many iCloud photos are downloaded in parallel (default: 16). The scan output shows a queue indicator like q:12/16 — ready/total. "Ready" means downloaded and waiting for the GPU; "total" is the queue size.

  • If ready often drops to 0, downloads can't keep up — increase workers
  • If queue is often full (e.g. q:16/16), GPU is the bottleneck — check for other GPU-intensive processes
  • If you have plenty of RAM (each queued image uses ~50-100MB), 32 workers is safe
  • For sequential processing (most reliable), use --workers 1

Credits

  • OSEA bird classification model (10,964 species) by Sun Jiao
  • Bird identification logic (OSEA classifier, AVONET geographic filtering, eBird species data) extracted from SuperPicky
  • YOLO11 segmentation model by Ultralytics
  • Photos library access via PhotoKit through PyObjC

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

birdpreen-0.4.2.tar.gz (38.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

birdpreen-0.4.2-py3-none-any.whl (35.7 kB view details)

Uploaded Python 3

File details

Details for the file birdpreen-0.4.2.tar.gz.

File metadata

  • Download URL: birdpreen-0.4.2.tar.gz
  • Upload date:
  • Size: 38.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for birdpreen-0.4.2.tar.gz
Algorithm Hash digest
SHA256 3137993801c82d06884613b7d55c8607ef06ddc75a6e28f2ebd4ed8ac31eb5dd
MD5 df9c49d1098237510940ef2f989bb485
BLAKE2b-256 338923846c85560fb1683069c8cf979001fb55b9ea74bbab5fe2bb2fcd4f2f71

See more details on using hashes here.

File details

Details for the file birdpreen-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: birdpreen-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 35.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for birdpreen-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b021312d39b03788e2986b6e81fbba442bf3474c962943b8abdb7d9a890581fb
MD5 f45e0687e1d006cc2f1570a8b127dbe1
BLAKE2b-256 ea9b20c28e668b6b822061440398ddc774a6eb782b357c8410f631fcd72d6978

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page