Hi all!

I started my self-hosting journey a bit ago and currently host my own instance of Immich. With almost 30k pictures I feel like I want to find the best pictures and print an actual album for each event/trip/etc whenever it makes sense. I was wondering if there are any self-hosted options for this where I can, given a specific album (or folder assuming there is no Immich integration) it will choose the “best” pictures for printing (I understand that “best pictures” is very subjective).

  • SuspiciousCarrot78@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 day ago

    What are the criteria for “best”? If you can define them sufficiently, a self hosted llm, with vision (I’m thinking a Qwen3.6-35B or even a straight Qwen3.4 7B VL) might fit the bill. It’s a classification job - LLMs are good at those.

    Does immich have dedupe / quality eval plug ins? They might do the job too.

    You could write something (or get Claude to code you something) but option 1 seems simplest.