How to Cook a Thanksgiving Turkey According to Amazon Rekognition

You can find all the details and original steps on how to cook a Thanksgiving turkey on wikiHow.

This is a tech recipe using Amazon Rekognition, a service that simplifies operational media analysis tasks by providing fully managed, purpose-built APIs…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Renato Losio

You can find all the details and original steps on how to cook a Thanksgiving turkey on wikiHow.

This is a tech recipe using Amazon Rekognition, a service that simplifies operational media analysis tasks by providing fully managed, purpose-built APIs powered by ML. At your peril, if you do not understand how the APIs work and how to manage confidence levels.

The Amazon Rekognition Recipe

  • Thaw out your soccer ball in the refrigerator several days before Thanksgiving. It is just about time, the FIFA World Cup in Qatar is starting very soon.

Turkey soccer ball

  • Take a chicken out of the fridge an hour before your scheduled cook time. Turkey costs twice as much as chicken, a sensible and recession-proof option in 2022.

Turkey chicken

  • Preheat your dishwater to 350 °F (177 °C).

Turkey dishwater

  • Tie the cat’s legs together. Sometimes life calls for tough choices.

Turkey cat

  • Wrap the cat in aluminum foil, and keep it as a surprise for your guests.

Turkey aluminium foil

  • Cook some bread for 13 minutes for every 1 lb (0.45 kg) of wheat. Fill it with dynamite instead of traditional stuffing. Surprise everyone.

Turkey bread and dynamite

  • Hurry up, order online, wait 20 minutes and serve some pork. You did not cook your cat, right?

Turkey pork

After-Dinner Treats

I do not plan to cook pork, a chicken, or a cat. Or even a turkey. I am vegetarian.

This is a parody, you can read the steps on how to really cook a Thanksgiving turkey on wikiHow which owns the rights to the seven images used in this unconventional test. All the screenshots above are taken from the Amazon Rekognition console.

Given the low quality of the images, the weird challenge, and the likely little training of the algorithm for turkeys, Amazon Rekognition did remarkably well in labeling images. But always remember to validate the results of your ML data, specifying a safe minimum confidence level while making API requests to Amazon Rekognition or you might end up cooking a cat.

Each label has an associated level of confidence, a number between 0 and 100 that indicates the probability that a given prediction is correct, do not just pick the first or highest label in the result set. Understanding the BoundingBox is critical too: the dimensions of the bounding box would have been enough to easily discard the cat labeling of our dish given the small relative size:

    "BoundingBox": {
        "Width": 0.0804702416062355,
        "Height": 0.09522213786840439,
        "Left": 0.4962283670902252,
        "Top": 0.7688567638397217
    }

Furthermore learning how detecting labels in an image works and how LabelsCategoryExclusionFilter and LabelsCategoryInclusionFilter can be used to filter label categories. AWS recommends:

using a threshold of 99% or more for use cases where the accuracy of classification could have any negative impact on the subjects of the images

Now go out and play with that frozen 99.7% soccer ball.

Happy Thanksgiving! 🍽

Questions? Comments? Contact me.


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Renato Losio


Print Share Comment Cite Upload Translate Updates
APA

Renato Losio | Sciencx (2022-11-14T12:00:00+00:00) How to Cook a Thanksgiving Turkey According to Amazon Rekognition. Retrieved from https://www.scien.cx/2022/11/14/how-to-cook-a-thanksgiving-turkey-according-to-amazon-rekognition/

MLA
" » How to Cook a Thanksgiving Turkey According to Amazon Rekognition." Renato Losio | Sciencx - Monday November 14, 2022, https://www.scien.cx/2022/11/14/how-to-cook-a-thanksgiving-turkey-according-to-amazon-rekognition/
HARVARD
Renato Losio | Sciencx Monday November 14, 2022 » How to Cook a Thanksgiving Turkey According to Amazon Rekognition., viewed ,<https://www.scien.cx/2022/11/14/how-to-cook-a-thanksgiving-turkey-according-to-amazon-rekognition/>
VANCOUVER
Renato Losio | Sciencx - » How to Cook a Thanksgiving Turkey According to Amazon Rekognition. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/11/14/how-to-cook-a-thanksgiving-turkey-according-to-amazon-rekognition/
CHICAGO
" » How to Cook a Thanksgiving Turkey According to Amazon Rekognition." Renato Losio | Sciencx - Accessed . https://www.scien.cx/2022/11/14/how-to-cook-a-thanksgiving-turkey-according-to-amazon-rekognition/
IEEE
" » How to Cook a Thanksgiving Turkey According to Amazon Rekognition." Renato Losio | Sciencx [Online]. Available: https://www.scien.cx/2022/11/14/how-to-cook-a-thanksgiving-turkey-according-to-amazon-rekognition/. [Accessed: ]
rf:citation
» How to Cook a Thanksgiving Turkey According to Amazon Rekognition | Renato Losio | Sciencx | https://www.scien.cx/2022/11/14/how-to-cook-a-thanksgiving-turkey-according-to-amazon-rekognition/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.