Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Cloudron Forum

Apps | Demo | Docs | Install

PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow

Scheduled Pinned Locked Moved App Wishlist
75 Posts 26 Posters 6.6k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jdaviescoatesJ Offline
    jdaviescoatesJ Offline
    jdaviescoates
    replied to doodlemania2 on last edited by jdaviescoates
    #26

    @doodlemania2 I just noticed they hit their MVP milestone 2 days ago https://github.com/photoprism/photoprism/milestone/1

    And they've got some docs here too:
    https://docs.photoprism.org/getting-started/

    I use Cloudron with Gandi & Hetzner

    nebulonN 1 Reply Last reply
    0
  • nebulonN Offline
    nebulonN Offline
    nebulon Staff
    replied to jdaviescoates on last edited by
    #27

    Theresa from the PhotoPrism team contacted me yesterday about next steps to get a package out. Lets see how far we can get this week.

    L 1 Reply Last reply
    12
  • L Offline
    L Offline
    lucidfox
    replied to nebulon on last edited by lucidfox
    #28

    Any updates on this... would love to have this on Cloudron. Don't mean to nudge, just curious how it's going with packaging.

    1 Reply Last reply
    1
  • nebulonN Offline
    nebulonN Offline
    nebulon Staff
    wrote on last edited by
    #29

    While we are in contact with the upstream devs, I have not managed to build a working package yet, since installation of tensorflow appears to be very particular.

    L jdaviescoatesJ M 3 Replies Last reply
    3
  • L Offline
    L Offline
    lucidfox
    replied to nebulon on last edited by
    #30

    Ok, thanks much for the update. Wish I could help with the packaging, but I've got zero skills or experience to contribute to that. Would be amazing to have this on Cloudron at some point, it seems to be the most promising Google Photos alternative.

    1 Reply Last reply
    2
  • jdaviescoatesJ Offline
    jdaviescoatesJ Offline
    jdaviescoates
    replied to nebulon on last edited by
    #31

    @nebulon said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:

    have not managed to build a working package yet, since installation of tensorflow appears to be very particular.

    Are you still working on this? 🙂

    Manage to work out how to install tensorflow?

    Thanks!

    I use Cloudron with Gandi & Hetzner

    1 Reply Last reply
    3
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #32

    @nebulon Any ideas when it could be available?

    1 Reply Last reply
    4
  • M Offline
    M Offline
    moonmeister
    replied to nebulon on last edited by
    #33

    @nebulon I'd be interested in sponsoring this to happen. Not sure how much $$ that'd be but if you or someone else is interested please let me know.

    girishG 1 Reply Last reply
    4
  • girishG Offline
    girishG Offline
    girish Staff
    replied to moonmeister on last edited by
    #34

    @moonmeister Might also be interesting if you contact the photoprism team itself for packaging this. If they are interested, we can help them out (but you can pay them alone). AFAIK, they are also a small team and any help them get would be appreciated by them.

    M 1 Reply Last reply
    6
  • M Offline
    M Offline
    moonmeister
    replied to girish on last edited by
    #35

    @girish will do

    M 1 Reply Last reply
    2
  • M Offline
    M Offline
    moonmeister
    replied to moonmeister on last edited by moonmeister
    #36

    Okay, I decided to take a crack at packaging this and was surprisingly successful.

    I've detailed some of the more technical things over on the PhotoPrism Github: https://github.com/photoprism/photoprism/issues/1284

    For anyone who wants to expriment the docker image is moonmeister/cloudron-photoprism:0.1.3 and the configs can be found here https://github.com/moonmeister/photoprism/tree/feat/cloudron-image/docker/cloudron

    PLEASE NOTE: "Working" is currently defined as "You can log in". Basic features like, uploading photos are still broken. 🤣

    @girish I'm currious what you need when this is all working to publish. Meaning, do you need a dedicated repo with the manifest and Dockerfiles and all associated info? Can this be anywhere or does it need to be in the cloudron gitlab? Or can this stuff live in the PhotoPrism repository in a subfolder?

    I think that's everything I have for now. Anything else I should know? thanks.

    nebulonN 1 Reply Last reply
    9
  • nebulonN Offline
    nebulonN Offline
    nebulon Staff
    replied to moonmeister on last edited by
    #37

    @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?

    M 2 Replies Last reply
    2
  • M Offline
    M Offline
    moonmeister
    replied to nebulon on last edited by
    #38

    @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.

    1 Reply Last reply
    1
  • M Offline
    M Offline
    moonmeister
    replied to nebulon on last edited by
    #39

    @nebulon As to tensorflow...I just modified their production Dockerfile. I assume it works as of yet.

    M 1 Reply Last reply
    1
  • M Offline
    M Offline
    moonmeister
    replied to moonmeister on last edited by moonmeister
    #40

    @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.10 21.04 base image sounds much easier if y'all can provide that.

    robiR M 2 Replies Last reply
    1
  • robiR Offline
    robiR Offline
    robi
    replied to moonmeister on last edited by
    #41

    @moonmeister why not take the binary from 20.10 and use it on 20.04? Or use a statically compiled one that works anywhere?

    Life of sky tech

    M 1 Reply Last reply
    0
  • M Offline
    M Offline
    moonmeister
    replied to robi on last edited by moonmeister
    #42

    @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.

    1 Reply Last reply
    0
  • S Offline
    S Offline
    squareclouds
    wrote on last edited by
    #43

    i am no dev, but as a common user i am looking forward to see this happen!! 🙂 keep as posted!

    1 Reply Last reply
    3
  • M Offline
    M Offline
    moonmeister
    replied to moonmeister on last edited by
    #44

    @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?

    jdaviescoatesJ 1 Reply Last reply
    3
  • necrevistonnezrN Offline
    necrevistonnezrN Offline
    necrevistonnezr
    wrote on last edited by
    #45

    Photoprism gets face detection. Shared albums on its way.
    https://docs.photoprism.org/release-notes/

    1 Reply Last reply
    7

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Login

  • Don't have an account? Register

  • Login or register to search.