Hobby project to detect duplicate images using the Raspberry Pi camera module and (optionally) the Sense HAT.
Using this for my modest collection of beer bottle caps, to prevent adding duplicates.
flowchart LR
Start --> CountDown
CountDown --> TakePhoto
TakePhoto --> DetectDuplicates
DetectDuplicates --> ReportStatus
ReportStatus --> End
Bottlecaps project
- support input from Sense HAT
- Support override of
duplicate-image-detector config.ini - Allow retaking photo
- simplify feedback presented by Sense HAT (Green/Orange/Red)
- use events to display messages on Sense HAT
- Rely on color histogram in case of many similarities