Build a Simple AWS Rekognition Application within 15 mins

MPL
6 min readMar 15, 2020

Introduction

Over the past few years, we always talk about machine learning, AI and big data. But is it really easy to implement it? The answer is yes and no. For example, if we want to have an image recognition application, it will be very difficult to make if we start from scratch and study tens of thousands of algorithm. However, there are many built-in API on cloud to let us do machine learning or AI. In this article, we will implement a simple image recognition application on AWS within 15 mins. Of course, if you want…

--

--