Giter VIP home page Giter VIP logo

Comments (5)

adieuadieu avatar adieuadieu commented on May 25, 2024 1

@superandrew213 Thank you. Yes! What would you like to see? (or rather, what would you like to see first?) I have some basic Rekognition stuff ready, including integration into DynamoDB—but I want to refactor it a bit before I commit/push it. Also, I'm aiming to close #18 and release 1.0 before I finalise the Rekognition features.

from retinal.

superandrew213 avatar superandrew213 commented on May 25, 2024

@adieuadieu are you still working on all the enhancements? Nice job btw.

from retinal.

superandrew213 avatar superandrew213 commented on May 25, 2024

#3 would be nice to have for completeness. Looking forward to try Rekognition.

from retinal.

bluepeter avatar bluepeter commented on May 25, 2024

This feels like it should be it's own Lambda function...

from retinal.

adieuadieu avatar adieuadieu commented on May 25, 2024

@bluepeter yea; I think so to, for the most part. Definitely would follow the whole "microservices" architecture better. My main thought about why you might want it in the same lambda function has to do with performance/optimisation. E.g., say you have a 16MB image. Due to the AWS Recognition API limits of 15MB max image size, you'd have to resize the image. As two separate lambda functions, you'd be separately resizing the image twice, which, at scale, could result in nearly double the operating cost. One way to solve this would be to chain the two functions, perhaps with AWS Step Functions.. but because the resize function can output multiple resized images, or even otherwise manipulate the image, which resized photo should the second recoknition-lambda function use? In other words, I wonder what the best way is to tie the two functions together—or maybe not at all and if you have to resize twice.. tough luck?

from retinal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.