DEV Community

Play Button Pause Button
Nader Dabit for AWS

Posted on

Full Stack Machine learning on AWS: Reading Text from an Image with AWS Amplify & Amazon Rekognition

In this video you'll learn how to use AWS Amplify, Amazon Rekognition, and Amazon Textract to add machine learning capabilities to your next React application.

The application we'll build will allow users to upload an image to read text from the image. The app will then send the image to the Rekognition or Textract API and return the response back to the client. The React app will then render the response to the UI in the form of text.

Top comments (3)

Collapse
 
gastonduarte profile image
Tonga

I didn't know about it. It's really cool tech.

Collapse
 
dabit3 profile image
Nader Dabit

Awesome to hear!

Collapse
 
herrbertling profile image
Markus Siering

This is so ridiculously easy :D Thanks for the quick rundown!