PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow
-
@moonmeister ah impressive, so you were able to deal with tensorflow using our base image? Looking at your Dockerfiles you seem to temporarily rely on
moonmeister/photoprism-dev:test2
is this something which could be put into that Dockerfile for completeness to have version pinned releases in the package?wrote on May 12, 2021, 1:22 AM last edited by@nebulon Yes, If you checkout my GitHub issue on the PhotoPrism I address that issue. Basically, PhotoPrism doesn't release builds, they release a docker image. That image is built on Ubuntu 12.10. To make the build compatible with 12.04 I had to rebuild their dev image which is what that image is. Before I duplicated all that I was waiting to see if they had any feedback to optimize the process.
-
@moonmeister ah impressive, so you were able to deal with tensorflow using our base image? Looking at your Dockerfiles you seem to temporarily rely on
moonmeister/photoprism-dev:test2
is this something which could be put into that Dockerfile for completeness to have version pinned releases in the package?wrote on May 12, 2021, 1:32 AM last edited by@nebulon As to tensorflow...I just modified their production
Dockerfile
. I assume it works as of yet. -
@nebulon As to tensorflow...I just modified their production
Dockerfile
. I assume it works as of yet.wrote on May 14, 2021, 6:15 PM last edited by moonmeister May 18, 2021, 3:37 PM@nebulon so photoprism is running on 20.10 due to bugs in some dependencies on 20.04. Is it possible to get a 20.10 base image or do I need to figure out backport those dependencies?
See https://github.com/photoprism/photoprism/issues/1284#issuecomment-841406953 for context.
UPDATE: photoprism folks informed me they tried compiling ffmpeg for 20.04 but it was a huge nightmare and they gave up. A
20.1021.04 base image sounds much easier if y'all can provide that. -
@nebulon so photoprism is running on 20.10 due to bugs in some dependencies on 20.04. Is it possible to get a 20.10 base image or do I need to figure out backport those dependencies?
See https://github.com/photoprism/photoprism/issues/1284#issuecomment-841406953 for context.
UPDATE: photoprism folks informed me they tried compiling ffmpeg for 20.04 but it was a huge nightmare and they gave up. A
20.1021.04 base image sounds much easier if y'all can provide that.wrote on May 14, 2021, 10:15 PM last edited by@moonmeister why not take the binary from 20.10 and use it on 20.04? Or use a statically compiled one that works anywhere?
-
@moonmeister why not take the binary from 20.10 and use it on 20.04? Or use a statically compiled one that works anywhere?
wrote on May 15, 2021, 12:07 AM last edited by moonmeister May 15, 2021, 7:05 PM@robi Cause it's dynamically compiled. I'm not sure about statically compiling it but it's something I will look into doing.
UPDATE: Static binaries are not an option.
-
wrote on May 16, 2021, 5:28 PM last edited by
i am no dev, but as a common user i am looking forward to see this happen!!
keep as posted!
-
@nebulon so photoprism is running on 20.10 due to bugs in some dependencies on 20.04. Is it possible to get a 20.10 base image or do I need to figure out backport those dependencies?
See https://github.com/photoprism/photoprism/issues/1284#issuecomment-841406953 for context.
UPDATE: photoprism folks informed me they tried compiling ffmpeg for 20.04 but it was a huge nightmare and they gave up. A
20.1021.04 base image sounds much easier if y'all can provide that.wrote on May 18, 2021, 3:38 PM last edited by@moonmeister said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:
UPDATE: photoprism folks informed me they tried compiling ffmpeg for 20.04 but it was a huge nightmare and they gave up. A 20.10 21.04 base image sounds much easier if y'all can provide that.
@nebulon is this possible?
-
wrote on Sep 26, 2021, 9:37 AM last edited by
Photoprism gets face detection. Shared albums on its way.
https://docs.photoprism.org/release-notes/ -
@moonmeister said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:
UPDATE: photoprism folks informed me they tried compiling ffmpeg for 20.04 but it was a huge nightmare and they gave up. A 20.10 21.04 base image sounds much easier if y'all can provide that.
@nebulon is this possible?
wrote on Oct 13, 2021, 7:56 PM last edited by@moonmeister said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:
@moonmeister said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:
UPDATE: photoprism folks informed me they tried compiling ffmpeg for 20.04 but it was a huge nightmare and they gave up. A 20.10 21.04 base image sounds much easier if y'all can provide that.
@nebulon is this possible?
I assume it is possible but I think it's Cloudron policy to only support Ubuntu LTS (which I think is wise - but I hope it doesn't mean we'll have to wait until April 2022 for PhotoPrism?!?)
-
@moonmeister said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:
@moonmeister said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:
UPDATE: photoprism folks informed me they tried compiling ffmpeg for 20.04 but it was a huge nightmare and they gave up. A 20.10 21.04 base image sounds much easier if y'all can provide that.
@nebulon is this possible?
I assume it is possible but I think it's Cloudron policy to only support Ubuntu LTS (which I think is wise - but I hope it doesn't mean we'll have to wait until April 2022 for PhotoPrism?!?)
@jdaviescoates Since we use Docker, the base OS is usually not that relevant. We can always compile the required ffmpeg for Ubuntu 20.04 (which the app containers are based on).
-
@jdaviescoates Since we use Docker, the base OS is usually not that relevant. We can always compile the required ffmpeg for Ubuntu 20.04 (which the app containers are based on).
wrote on Oct 15, 2021, 8:59 AM last edited by@girish I don't really understand, but great!
-
I'm interested in using this. What is currently preventing this from being on the app store?
wrote on Dec 4, 2021, 2:40 PM last edited by@eyecreate no one has packaged it. It seems for some reason it's isn't easy to package, but I don't really understand what the issue is.
-
wrote on Dec 4, 2021, 8:32 PM last edited by
PhotoPrism looks beautiful. It is a pity there is no timeline view to go with the Calendar view.
Thanks for helping bring this to Cloudron.
-
Yes we will package that app once it reaches a stable release. I've met with the developers in person already so we are on track here
-
C chris referenced this topic on Dec 5, 2021, 1:32 PM
-
C chris referenced this topic on Dec 9, 2021, 1:34 PM
-
C chris referenced this topic on Dec 9, 2021, 1:38 PM
-
@eyecreate no one has packaged it. It seems for some reason it's isn't easy to package, but I don't really understand what the issue is.
wrote on Dec 13, 2021, 6:04 PM last edited by@jdaviescoates is there a way to crowdfund people who can package stuff?
-
@jdaviescoates is there a way to crowdfund people who can package stuff?
wrote on Dec 13, 2021, 9:30 PM last edited by@eddowding Holy crap this
-
@eddowding Holy crap this
-
C chris referenced this topic on Dec 28, 2021, 8:42 PM
-
wrote on Jan 3, 2022, 6:19 PM last edited by
I also upvote it. Is there a real alternative avaible to this?
-
wrote on Jan 11, 2022, 7:04 PM last edited by
Any update on this? Cloudron lacks a proper personal photo-video management at the moment. Lychee does not do videos as far as I know. What are others using?