File Lifecycle
📥
intake/
Drop zone
→
⚙️
processing/
AI tagging
→
✅
processed/
Tagged & ready
also →
📦
archive/
Originals kept
🚫
dupes/
Near-matches
Folder Reference
📂
HandiRamp Photo Tagger
/Volumes/Crucial External 1TB/Dropbox/HandiRamp Photo Tagger/
📥
⚙️
✅
📦
🚫
⚙️
📋
About the hash-based filenames. Every file in
processed/ is renamed to
YYYYMMDD_HHMMSS_<phash>_slug.jpg — a timestamp, a perceptual hash fingerprint,
and a human-readable slug. This is what makes duplicate detection, upgrade detection, and
searchability all work without a database.
Adding files is simple. Drop any photo or video into
intake/ via Dropbox
and the pipeline handles everything automatically — dedup check, AI tagging, archive copy,
and review queue — usually within 10–30 seconds.