Category: AWS Lambda

  • Serverless Deep Learning – AWS

    Serverless Deep Learning – AWS

    What will be covered in this post: This week we will create a clothes classification service in the cloud to identify images we upload and send. We will use AWS Lambda to serve our model. We can upload an image and send the URL to Lambda, which returns our predicted class. We will use our…