Learn Docker With My Newest Course

Dive into Docker takes you from "What is Docker?" to confidently applying Docker to your own projects. It's packed with best practices and examples. Start Learning Docker →

Using AWS Rekognition and Python to Identify Objects / Text in Images

blog/cards/using-aws-rekognition-and-python-to-identify-objects-text-in-images.jpg

In this video, we'll use AWS Rekognition to identify driver's licenses using machine learning but without having to write any ML code.

Quick Jump: Demo Video

I recently had some client work where we needed to identify if a specific object existed within an image that a user uploaded. From there I discovered AWS Rekognition and here’s a quick introduction and demo of using it.

In the working example we go over how it works in the AWS console and then review a few lines of Python but you can absolutely apply this with any programming language since we’re just calling out to AWS Rekognition using the AWS SDK.

Demo Video

Timestamps

  • 0:47 – Demo of using AWS Rekognition in the AWS console
  • 1:49 – Uploading custom images to evaluate driver’s licenses
  • 4:40 – Extracting specific text out of a driver’s license
  • 5:25 – One way to apply this in a real web application
  • 7:07 – Writing a little Python script to upload images to AWS Rekognition
  • 9:05 – It’s $1 to process 1,000 images or $0.001 dollar per image
  • 9:38 – How the Python script works to get the image’s labels
  • 11:10 – Extracting text out of an uploaded image with the Python script
  • 11:55 – You can also train it with custom rules without writing machine learning code

What are you using AWS Rekognition on? Let me know below.

Never Miss a Tip, Trick or Tutorial

Like you, I'm super protective of my inbox, so don't worry about getting spammed. You can expect a few emails per month (at most), and you can 1-click unsubscribe at any time. See what else you'll get too.



Comments