Object Detection in React Native App using AWS Rekognition
In this post, we are going to build a React Native app for detecting objects from an image using Amazon Rekognition. Here we will capture an Image or Select it from file system. We will send that image to API Gateway where it triggers the Lambda Function which will store in S3 Bucket. The stored image... » read more