Files
kennethreitz c298013b29 Add dedupe management command
Usage:
  manage.py dedupe              # delete duplicates
  manage.py dedupe --dry-run    # preview only
  manage.py dedupe --threshold 8  # stricter matching

Compares all images by perceptual hash hamming distance,
keeps the earliest upload, deletes the rest.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 21:29:22 -04:00

0 lines
0 B
Python