-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
PredictionsRelated to Predictions categoryRelated to Predictions categoryfeature-requestRequest a new featureRequest a new feature
Description
Request: with the rise of machine learning AWS Amplify is already offering a great library with predictions. I am working now on a project where I need to work with custom labels.
This is the same implementation as:
line 228: detectLabels
where
this.rekognition.detectLabels
will now be this.rekognition.detectCustomLabels
with only one extra param:
ProjectVersionArn:
'STRING_VALUE',
/* required */
It would be great to have this feature, because this enables a whole dimension to the prediction custom labels and it enables me to interact directly with the custom label services via the app instead of via a Lambda.
@dabit3 is it possible to implement this?
dabit3
Metadata
Metadata
Assignees
Labels
PredictionsRelated to Predictions categoryRelated to Predictions categoryfeature-requestRequest a new featureRequest a new feature