Live data from Hacker News

Ask HN: Personal photo library recommendations? Open source, browser-based

news.ycombinator.com

101–110 of 121 posts

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#101

Earlier quoted context omitted.

Could you try to troubleshoot some of the issues and open PRs? It doesn't take an army to resuscitate a project... -- Edit -- Actually on checking, it doesn't seem like Perkeep is at all dead. I'm seeing several updates in the last month...

I was going off https://groups.google.com/forum/#!topic/perkeep/Kqvh2dJVmoo Which seems to me fairly definite about it no longer being actively maintained. There haven't been any updates to that posted on the @perkeeporg Twitter at least.

Sounds just like their full time maintainers got busy. May well be able to find another one, or even have a few folks fill in.

I'm actually going to check out perkeep when I get a chance and see if I can't help out some.

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#102

Is there any of these that can be pointed at a photo library on a NAS or harddrive, instead of having the application copy all the images into it's own location/database (which therefore required double the harddrive space)?

I wrote a shell script to generate thumbnails (including gifs for video) and a page with the thumbnails, file size, and a link to the original. Something like that?

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#104

I'd love to find one that incorporates the functionality that Picasa (windows desktop) circa 2000 i.e. face recognition/matching. It was way ahead of it's time, and actually worked! Best of all, it did everything locally... not cloud based and thus retained privacy of your personal photo collection.

I started writing PhotoStructure because I got tired of being burned by failed open and closed source media apps. I wrote more details about it in a top level post, but this blog post describes why I quit my job to do this full time, where the project is currently, and where it's going. https://blog.photostructure.com/introducing-photostructure/ I'd love to have you try out the beta and have you share feedback!

Signed up, though a quick browse I wasn't able to find any mention of face matching/recognition.

It's really the killer-feature that made Picassa so great - find all the photos over several years of a family member or friend.

Sadly, I've needed this feature for funeral photo albums lately and could really use the old Picassa!

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#105

I'd love to find one that incorporates the functionality that Picasa (windows desktop) circa 2000 i.e. face recognition/matching. It was way ahead of it's time, and actually worked! Best of all, it did everything locally... not cloud based and thus retained privacy of your personal photo collection.

Digikam has facial recognition and tagging using OpenCV. Can't speak to its accuracy though.

This looks promising! Thanks.

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#106
post #52

I created NasPics specifically for this reason. I wrote it in pure Go with no dependencies for ease of cross compilation since my NAS runs a weird old Debian based distribution of Linux on ARM. Running it is just cross compiling a binary, copying over and executing. For restart across boots, I just added a simple SystemD service file. https://github.com/srinathh/naspics (edit: some data destination paths are probably…

Do you have a demo somewhere or some screenshots of the client?

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#107
post #85

I’ve been tinkering on something adjacent, to replace my Instagram usage rather than Photos.app. I was thinking of a sort of “album as a blog post” concept using Ghost, which could be a single image per entry, or a series of images with optional prose interspersed. The idea is to take an album and auto-generate a blog entry with inline photos that can be edited in Ghost. It can also pull out photo metadata and create…

Hey Mnutt,

My passion project, Odyssey, accomplishes something similar to what you're describing here.

With Odyssey, you can create stories that combine videos, photos, text, and drawings all on a digital canvas.

If you're interested, I encourage you to sign up for the closed beta. I'd love to get your feedback :)

https://theodyssey.app/

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#108

Earlier quoted context omitted.

Does Photonix work with a read-only volume for /data/photos? I'm looking at the docker-compose.yml and wanted to give it a go, but not allow it any way of deleting anything :)

Yep, it should work fine with a read-only photo volume as it doesn't make any changes to photo files by default - it just needs to write to the DB which is configured as another container in the Docker Compose file.

Unfortunately I ran into issues with the docker-compose.yml method of running Photonix. I'll give it another try later and create a github issue for you. Thank you for replying to my question!

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#109

Earlier quoted context omitted.

I started writing PhotoStructure because I got tired of being burned by failed open and closed source media apps. I wrote more details about it in a top level post, but this blog post describes why I quit my job to do this full time, where the project is currently, and where it's going. https://blog.photostructure.com/introducing-photostructure/ I'd love to have you try out the beta and have you share feedback!

Signed up, though a quick browse I wasn't able to find any mention of face matching/recognition. It's really the killer-feature that made Picassa so great - find all the photos over several years of a family member or friend. Sadly, I've needed this feature for funeral photo albums lately and could really use the old Picassa!

Face detection is one of the next things I'm building, along with sharing.

Re: Ask HN: Personal photo library recommendations? Open source, browser-based

#110

Earlier quoted context omitted.

Signed up, though a quick browse I wasn't able to find any mention of face matching/recognition. It's really the killer-feature that made Picassa so great - find all the photos over several years of a family member or friend. Sadly, I've needed this feature for funeral photo albums lately and could really use the old Picassa!

Face detection is one of the next things I'm building, along with sharing.

Great!

Sorry if I missed it, but is it possible (API or directly) to control Photostructure via python?

That way we could extend the features in many interesting ways - including our own face/object detection.

Post reply on HN