This is a similar project but fully open source (and probably less mature). The lead dev is very active and responsive. https://immich.app/
PhotoPrism: AI-powered photos app for the decentralized web
41–50 of 187 posts
Re: PhotoPrism: AI-powered photos app for the decentralized web
#42I deployed this recently and added a bunch of pictures to it. PhotoPrism prominently features an AI-generated (?) 'description' on each photo, but for 98% of my photos, it was unable to come up with any description. The install procedure is needlessly complicated, there's no good reason for an app like this to require docker. Overall, I was underwhelmed
Well, there is a good reason. To make the install more simple. IMHO containerization makes selfhosting way easier.
Re: PhotoPrism: AI-powered photos app for the decentralized web
#43But after ten minutes of browsing around, I still have some open questions regarding privacy. What would I have to do to have an absolutely, unequivocally local-only install? Can I even do that? Which features would I need to disable? Especially anything related to AI and classification raises red flags in that regard.
While it is apparent that they've given a lot of thought to privacy and while their privacy policy is definitely one of the better ones I have seen, it still conflates things such as website access with usage of the tool itself.
It would be nice to have one clear, guiding document that outlines how private a private install really is.
Re: PhotoPrism: AI-powered photos app for the decentralized web
#44I am extremely happy with my photoprism setup. I tried to degoogle my life and found their docker setup to be great. I use FolderSync on my android phone to copy any pictures I take to my photoprism WebDAV
> I use FolderSync on my android phone Genuinely curious, if you use Android can you truly de google your life?
As far as I can tell, the only place you really need to be logged in to a Google account to get a "normal" Android experience is the Play Store, which makes sense.
I use Google Maps for example (Osmand when I can, but Google Maps is the only free app that has good traffic information) while not logged in, but my photos are hosted by Photoprism, my emails are not at Gmail, my backups are on my home server, etc.
I find myself largely independent from Google and if that's your goal, as opposed to trying to hide yourself from Google (which would be better, but I find it unrealistic for my needs), it's easy to achieve on an Android phone and certainly easier than independence from Apple on an iPhone.
Re: PhotoPrism: AI-powered photos app for the decentralized web
#45Re: PhotoPrism: AI-powered photos app for the decentralized web
#46Some features are only in the paid version which is fair enough, but when I tried it a few months ago there was a small but permanently visible message on the app reminding me this was the free version. That was annoying.
I've read you just need to add "PHOTOPRISM_SPONSOR: "true"" to the docker compose lol.
Re: PhotoPrism: AI-powered photos app for the decentralized web
#47This is a similar project but fully open source (and probably less mature). The lead dev is very active and responsive. https://immich.app/
would be cool if also had dynamic shared albums as google photos has with facial recognition
Re: PhotoPrism: AI-powered photos app for the decentralized web
#48I am extremely happy with my photoprism setup. I tried to degoogle my life and found their docker setup to be great. I use FolderSync on my android phone to copy any pictures I take to my photoprism WebDAV
I've got an older Synology NAS that currently stores my 250GB photo library with a lot of RAWs. While it can run docker I'm not going to attempt to run it there. I'm wondering if a VM on my 10700k is going to be sufficient for great performance, or if handing over the complete machine is going to be necessary. I'm happy adding more NVMe 3.0 drives for storage.
I'm also curious how version upgrades have been for you. I want to get out of the ops business but I feel like I'm going to be dragged in.
Re: PhotoPrism: AI-powered photos app for the decentralized web
#49I have tried to install this from source but it's quite difficult. I don't like deploying opaque docker images.
Re: PhotoPrism: AI-powered photos app for the decentralized web
#50I have tried to install this from source but it's quite difficult. I don't like deploying opaque docker images.
I generally don't either, but I wonder: are you more comfortable with running a docker image without internet access? You can firewall your host so the container can't access it and assign an internal network to the container.