[Day 4] I Had a Local AI Sort Through 25,000 Photos on My iPhone

Dev.to AI
Machine Learning

[Day 4] I Had a Local AI Sort Through 25,000 Photos on My i↓ ① Sync via iCloud for Windows myPC1 (Windows) ↓ ② scp transfer to DGX (96 GB) DGX (Linux) ├─ ③ Split photos and videos by extension │ └ Photos 24,497 / Videos 884 ├─ ④ Classify with CLIP (~20 min) │ └ Sorted into 8 categories └─ ⑤ Have VLM grade "is this category right?" (~3 hours) └ Overall agreement: 84.5% Let's walk through each step. Getting photos onto the DGX (the biggest hurdle) i→ myPC1 (a Windows laptop I use day-to-day) → DGX, a two-leg relay.