Skip to content

added rekognition customlabels feature to amplify predictions category #7328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rpostulart
Copy link

Background:
Currently AWS Amplify predictions category is only supporting standard labels from Rekognition. While with custom labels there is a whole new spectrum of Machine Learning that we can add to our client applications. In this change I added the feature to support custom label requests from predictions identify.

Description of changes:
I have made a new types for customLabels input and output.
There is a check added that when there is a request with the param customlabel that the function identifyCustomLabels is called. This function is an abstraction of identifyLabels.

_Unit test:
I am not an expert in creating unit tests. I tried to create a few, but therefor the model needs to run otherwise the test fails. So there is still some work to do to mock this service.

_Repo:
here is a react app repo to test the app. Replace the arn with a model arn that you create.
https://github.com/rpostulart/customlabelsApp

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rpostulart rpostulart marked this pull request as ready for review December 3, 2020 08:34
@rpostulart
Copy link
Author

Any updates on this?

@siegerts siegerts added the first-time-contributor The contribution is the first for this user in the repo label Jul 30, 2021
@sammartinez
Copy link
Contributor

Apologizes on not following up on this pull request sooner @rpostulart. We are going to take a look at this and see if this is something we would like to have within the library. @elorzafe or @wlee221 can either of you take a look and see if we need to do a design review for this internally?

@rpostulart rpostulart requested a review from stocaaro as a code owner August 15, 2022 21:46
@manueliglesias manueliglesias requested a review from a team as a code owner September 30, 2022 21:21
@cwomack cwomack added the Predictions Related to Predictions category label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-contributor first-time-contributor The contribution is the first for this user in the repo Predictions Related to Predictions category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants