markvilar / mynd

Mynd is a toolbox for geometric computer vision, including functionality for SfM, stereo vision, point cloud processing, and geometric registration.
GNU General Public License v3.0
0 stars 0 forks source link

Implement image repository #81

Closed markvilar closed 2 weeks ago

markvilar commented 1 month ago

In order to ease accessing of image files, we want to set up a dedicated image storage solution. The image storage should have an API so that image files can be accessed within other applications over an network connection. Immich looks like a decent alternative in this regard since it is designed to be self-hosted and also has an API complying with open-api.

https://immich.app/docs/overview/introduction https://www.photoprism.app/

markvilar commented 2 weeks ago

Closing this as I do not think it is relevant.