Hacker News new | ask | show | jobs
by akshaynathr 1736 days ago
My team works with lot of images for our ml model. Images are stored in s3. To do manual analysis we need to download the whole folder since s3 do not show the thumbnails or the image.

Is there any app that can do this ?

1 comments

Well, how do you view them without downloading something? It has to get from S3 to your eyes.

A simple app could be created to do this. Thumbnails require reading the image and making a downsized sample.