ubclaunchpad / floradora

5 stars 1 forks source link

Set up AWS lambda for the ML classifier service #19

Open SarahBornais opened 1 year ago

SarahBornais commented 1 year ago

We are thinking of using an AWS lambda to interact with our ML classifier. Investigate how to set this up (and if a lambda is even the best option for this type of service) and get a simple Python service running. The service should accept an image file and return an integer (any integer, for now), but it does not need to actually run a classification algorithm (we'll integrate that later).