Image Recognition with AWS and Python | Detecting text in Images | Tutorial 7 | AWS Rekognition

preview_player
Показать описание
In this tutorial, you are going to learn about detecting texts in images by using the AWS Rekognition API and boto3 library in Python.

AWS Rekognition allows you to perform and integrate image recognition capabilities into your application without having to write the inherent machine learning code from scratch. By using the boto3 library in Python, you can easily access the image recognition capabilities of the API and perform a lot of analysis like object detection, text detection, image moderation and other interesting operations that you would be interested to perform.

Check out my website -

Join my Facebook group -

Connect with me on Twitter -

Join me on Instagram -
Рекомендации по теме
Комментарии
Автор

Ahh, i've used AWS S3 for years but didn't know it. Thank you man.

MrPhuongDeE
Автор

Amazing Explanation mate. loved this series!!! ThankYou.

deensworld
Автор

Thank you, Buddy!
you are doing great work!

What if I want to detect the texts for 100 Images at a time?

Sagar_Tachtode_
Автор

with open(photo, 'rb') as source_image:
source_bytes = source_image.read()
response=client.detect_text(
Image={'Bytes': source_bytes}
)
with this code, I dont need to use S3. it can run file from local

ha
Автор

Excellent tutorial series. Thanks for sharing. (But please edit this video to remove the mis-steps)

rajaramanv
Автор

i just want the perimeter of the Detected Text to be printed. How can i do it ?

satyamjhawar
Автор

Hi, great video but I just ran into one issue. When I run the program I don't get any response, and it just keeps running without printing anything.

ZarifAzher
Автор

Please show the code of how to upload the image to S3 at the same time and detect text from that image in the same python file. Please

shivampurbia
Автор

great video man. share me the link for the source code i want to try it out.

shubhamrawat
Автор

but how to recognize non-Latin alphabet?

gunkov_egor
visit shbcf.ru