AWS Rekognition custom model to deploy for UI?

0

AWS Rekognition custom dataset model to deploy for UI. I have trained model and now I have to deploy it for public. But the big quesition is We can use it from only AWS CLI commands. This is not suitable for end user as we want to deploy it for UI. SO Please provide appropriate solution for the same.

1 Answer
1
Accepted Answer

Hello Mayur,

It appears that you are facing difficulties with deploying a Rekognition Custom Model. I want to highlight that there are alternative methods to deploy a Rekognition Custom Model, not limited to using the AWS CLI command. Python, for example, offers a way to incorporate the Python Script within your application.

To assist you, I have provided a demonstration that covers the complete ML ops process of a Rekognition Custom Model. You can find it at this GitHub repository: https://github.com/aws-samples/amazon-rekognition-code-samples/blob/main/custom-labels/custom-object-detection-using-rekognition-custom-labels-api.ipynb

DetectCustomLabels API Reference Page: https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectCustomLabels.html

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions