Hi! I've been using Cloudinary for my image storage. It has a decent free-tier and well documented APIs and SDKs. In my workflow, I upload using a Flask form and fetch it via the API. It has been the most hassle-free solution I've found. https://cloudinary.com/documentation
>From what I can see, it has options to add custom metadata too https://cloudinary.com/documentation/dam_manage_individual_assets#metadata_tab Once you have the metadata in, it should be easy to add in filtering logic when you're fetching it. On Thursday, November 3, 2022 at 10:43:33 AM UTC+5:30 Shivangi wrote: > Hey All, > > At Goonj (https://goonj.org/) we have lots of photos (from different > projects/events/ continuous field work etc). So to manage these photos we > are looking for photo management solutions. > > We would want one in which we can add photos from the backend (using forms > or from android applications etc) and which would have some fields > associated with it (like boundary information, project/event information > etc). So would need filtering and or tagging based on these parameters. > > I am currently looking into google photos API for this but wanted to check > if any of you have used any other applications or solution recommendations. > > Thank You, > Regards, > Shivangi > > > -- Datameet is a community of Data Science enthusiasts in India. Know more about us by visiting http://datameet.org --- You received this message because you are subscribed to the Google Groups "datameet" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/datameet/cbb04a88-476e-404d-ab5a-d70fa93cccc0n%40googlegroups.com.
