Live data from Hacker News

Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

news.ycombinator.com

81–90 of 124 posts

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#81
I think a really valuable feature in a photo library app would be something that can identify sets of very similar or identical photos and decide which one is the "best" and offer to discard the rest.

I must be wasting so much storage on the 4 photos I took in a row of the family pose, or derivatives that got shared on whatsapp and then stored back to my gallery, and so on, and I know I'm not the only one.

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#82
post #22

https://www.digikam.org/ does a lot of what you're looking for.

Not web based, and really starts to show its age.

I don't think the OP specified web based?

Personally I'd love a separate thing that could crawl the photos in a folder I point it to and then let me search using semantics and natural language. But can it please just be an exe I can double click when I need it? If it involves maintaining a server or faffing about with Docker I'm probably not going to bother.

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#83
post #72

Earlier quoted context omitted.

Most tend to be backend only or much lower level. Open source projects with complex UIs and mobile apps is pretty rare I think

I would find that argument plausible if the comment I replied to didn't mention Postgres as the bar.

Again, Postgres is lower level software

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#84

Earlier quoted context omitted.

Immich is what I'm using right now. I'm running it in a Docker container on my Synology. It was very advantageous to spin up another docker container on my laptop to do the face recognition work because the Synology was going to take forever on it. We no longer are auto uploading to Google or Apple. So far, I really like it. I haven't quite gone 100%, as we're still uploading with Synology's photo app, but Immich pro…

If you want a solid "just upload the photos" experience, PhotoSync on iOS is really great. I think you can use Immich to just look at a folder and not use the backup from phone bits.

ACK. The best part is the one-time-pay option to unlock background sync with many different triggers which can be combined - mine 03:00 am with charger connected in my WLAN. Love the software.

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#85
post #72

Earlier quoted context omitted.

I would find that argument plausible if the comment I replied to didn't mention Postgres as the bar.

Again, Postgres is lower level software

Apologies, misread.

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#86

I think Immich checks a lot of these https://immich.app/

Been running immich on my home server for about a year now. Near zero maintenance stack, incredibly easy to update, the client mobile apps even notify you (unobtrusively) when your server has an update available. The UI is just so polished & features so stable it's hard to believe it's open source.

This seems in stark contrast to others complaining enough about breaking updates that I haven't bothered to try it until it is deemed "stable".

Is it really that stable and flawless in terms of updates?

Because I'm sat here with ZFS, snapshotting and replication configured and wondering why people scare others off of it when the tools to mitigate issues are all free and should be used anyway as part of a bog-standard self-hosted stack.

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#87
post #76
post #58

Earlier quoted context omitted.

I run a pretty similar configuration on a pi 4 mounted to an external hard drive which I offload to other hard drives from time to time. The mobile app auto sync specific folders when my phone is connected at the home network. It's not flying performance wise but I mainly need a backup solution. Gonna check the apps that you mentioned. Feel free to share more details of your set up. Why are you running 2 instances? E…

Memories and Recognize work fine with the base Nextcloud docker image. My host has a GPU so I use go-vod to leverage hardware transcoding. The base NC docker image can't access Nvidia cards (probably other GPUs as well). I could script in a way to do this but would need to run it after each update. Recognize runs fine on my CPU so I haven't explored this yet. I have an OpenMediaVault VM with a 10tb volume in the netw…

Do you know if there's any way to `Recognize this image now` via the GUI? Whilst twiddling my thumbs for a few decades of photos to import, I go through what's there and occasionally a family member will point and tell me who a pic is of, but can't seem to immediately prioritise or `Recognize` the specific pic so I can add a name to the face.

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#88
post #78

Slightly Off Topic: I have always wanted (old) Apple to make Time Machine / Personal Cloud where Data is stored and processed in my property. While only offering Subscription based storage as long term storage Cloud backup and software update. For Features. I dont know why there's isn't a tag for Screen Caps. I made lots of them and I want to group them together.

That sounds similar in concept to the original Apple TV (before the black puck one) that had a hard drive and basically ran Front Row (view your photos on your TV etc), but combined with the oldskool Apple Time Capsule.

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#89

https://immich.app/ https://ente.io/ https://photonix.org/ https://github.com/LibrePhotos/librephotos https://github.com/photoprism/photoprism

I wanted to like Photoprism because unlike Ente and Immich, it supports SQLite databases and doesn't require postgres (I want to keep home lab maintenance to a minimum) but the UI was difficult to like and I couldn't get hardware encoding working on my Intel N100 GPU.

What about Postgres isn't low-maintenance?

The ball-ache of SQLite not scaling outweighs any "maintenance" Postgres needs (it really is just set-and-forget and use a Docker container to schedule database backups—whole thing takes a couple minutes).

Re: Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

#90
post #16

I have used https://www.photoprism.app/ and have found the face recognition to work quite well.

Photoprism is ok, but the AI features of immich are far superior

What value are you finding in the AI?
Post reply on HN