awslabs / handwritten-text-recognition-for-apache-mxnet

This repository lets you train neural networks models for performing end-to-end full-page handwriting recognition using the Apache MXNet deep learning frameworks on the IAM Dataset.
Apache License 2.0
481 stars 189 forks source link

How might I deploy and serve this on AWS? #20

Open OElesin opened 4 years ago

OElesin commented 4 years ago

Any recommendations on serving the model on either Amazon SageMaker or EC2 directly?

Thanks in advance

jonomon commented 4 years ago

Hi @OElesin You can run the model on either. What do you plan to do?

OElesin commented 4 years ago

Hi @jonomon ,

I plan to make batch predictions with the model, in this case with SageMaker Batch Transforms. However, on second thought that may not be possible as SageMaker Batch transforms only accept CSV or JSON files.