ImageProcessing with AWS Dynamodb

0 votes

1

I have currently followed this guide through the serverless workshop and now I have a question on how to expand the knowledge learnt from this.

The guide uses Workflow Studio for putting some information about the processed image such as s3 bucket location, thumbnail location etc.. into DynamoDB.

How can I adapt this to make store all the results of the labels/confidence into same DynamoDB table? It uses a cross of Lambda and Dynamodb put item. It uses Json API to retrieve the s3 bucket location and thumbnail location.

P.S: the attached image is the same information I want to see inside of the DynamoDB table. I'm able to see the information from step-functions.

AWS Image processing serverless

{
  "TableName": "wildrydes-step-module-resources-RiderPhotoDDBTable-20UF04103A8F",
  "Item": {
    "Username": {
      "S.$": "$.userId"
    },
    "faceId": {
      "S.$": "$.parallelResult[0].Payload.FaceId"
    },
    "s3bucket": {
      "S.$": "$.s3Bucket"
    },
    "s3key": {
      "S.$": "$.s3Key"
    },
    "thumbnail": {
      "M": {
        "s3bucket": {
          "S.$": "$.parallelResult[1].Payload.thumbnail.s3bucket"
        },
        "s3key": {
          "S.$": "$.parallelResult[1].Payload.thumbnail.s3key"
        }
      }
    }
  }
}

enter image description here Any help would be great!

Mar 9, 2022 in Others by Edureka
• 13,670 points
478 views

1 answer to this question.

0 votes
We show how to create a data pipeline for autonomous driving that is automated and scalable. The purpose of this approach was to speed up the process of analysing recorded footage and training a model in order to improve the autonomous driving experience.

We'll show how to extract photos from a ROS bag file, label them for cataloguing with Amazon Rekognition, and create a searchable database with Amazon DynamoDB. This is so we can discover suitable photos to train machine learning (ML) algorithms for computer vision. After that, we'll show you how to use the database to discover appropriate photos, create a labelling task with Amazon SageMaker Ground Truth, and train a machine learning model to recognise cars using Amazon SageMaker Ground Truth.
answered Mar 10, 2022 by gaurav
• 23,260 points

Related Questions In Others

0 votes
1 answer

How to add S3 BucketPolicy with AWS CDK?

In AWS CDK, there are two ways ...READ MORE

answered Mar 9, 2022 in Others by gaurav
• 23,260 points
2,737 views
0 votes
0 answers

How to add S3 BucketPolicy with AWS CDK?

I wanna translate this CloudFormation piece into ...READ MORE

Mar 11, 2022 in Others by Edureka
• 13,670 points
906 views
0 votes
1 answer

Refresh powerbi online with SQL data base (RDS AWS)

It must connect to the database successfully ...READ MORE

answered Mar 25, 2022 in Others by Edureka
• 13,670 points
942 views
0 votes
0 answers

DynamoDB Transactional Write on Global Tables With DB Streams

How does DynamoDB handle TransactionalWrite on the ...READ MORE

Apr 5, 2022 in Others by Kichu
• 19,050 points
325 views
0 votes
1 answer

Parsing a string with GetOpt::Long::GetOptions

Hey, have a look at the section ...READ MORE

answered Nov 15, 2018 in Others by nirvana
• 3,130 points
1,299 views
0 votes
1 answer

Scan with filter returns zero results in DynamoDB

By accessing all items in a table ...READ MORE

answered Mar 4, 2022 in Others by gaurav
• 23,260 points
960 views
0 votes
1 answer

How to install a GUI on Amazon AWS EC2 or EMR with the Amazon AMI

The top-level script for installing the GUI ...READ MORE

answered Mar 9, 2022 in Others by gaurav
• 23,260 points
617 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP