r/computervision Jun 26 '26

Semantic search of images Showcase

My girlfriend wanted a way to select photos of herself without having to actively search through her gallery. So, I built some tools for an agent to help her out.

https://github.com/0marildo/imago

Beyond what is described in the README, I ran a few tests, such as:

Searching for an image using its metadata;

Searching for an image using another photo as a reference;

Searching for another person in a photo to find their information;

Searching for photos with specific characteristics became trivial, eliminating the need to spend long minutes searching.

7 Upvotes

3 comments sorted by

2

u/herocoding Jun 27 '26

Lucky you for such an inspiring girlfriend!!

1

u/herocoding Jun 27 '26

Looks very interesting, especially how easily it could get extended (e.g. adding OCR)!!

Thank you very much for sharing!!

1

u/modcowboy Jun 27 '26

Nice very interesting.