tnc-ca-geo / animl-ml

Machine Learning resources for camera trap data processing
Other
4 stars 1 forks source link

Create API for megadetector #4

Closed nathanielrindlaub closed 4 years ago

nathanielrindlaub commented 4 years ago

To access the sagemaker-hosted endpoint from a client, I think we need to create an API using API Gateway and Lambda. Instructions here: https://aws.amazon.com/blogs/machine-learning/call-an-amazon-sagemaker-model-endpoint-using-amazon-api-gateway-and-aws-lambda/

nathanielrindlaub commented 4 years ago

Just used AWS SDK sagemaker.envokeEndpoint() API