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).
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).