🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Beginner Help: AWS Rekognition

    Core2 for AWS
    2
    2
    3.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      KristheTech
      last edited by

      I did the EduKit tutorials but I'm still confused about where to start:

      I'm trying to build a project that can confirm an image match with 3 things; faces with ID's and the name on another document (i.e social security). Most likely using Amazon Rekognition. When the match is confirmed it turns green (and opens a door) and when it's wrong red.

      I just would like to know where to start. I'm already looking at cameras to purchase for the M5Stack but the EduKit tutorials don't go too in-depth.

      Any help or guidance would be much appreciated. :)

      1 Reply Last reply Reply Quote 0
      • R
        rashedtalukder
        last edited by

        Hi @KristheTech, to make this work, you'd need to do a few things:

        1. You'd need to read the image data and store it into a buffer the size of the resolution and image density.
        2. Send the image data as a MQTT message (you can use the Blinky Hello World example). Keep message at/under 128kb.
        3. Set up an AWS IoT rule to save each message into an S3 bucket.
        4. Have Amazon Rekognition read from that same S3 bucket.
        5. Do something with the output from Rekognition.

        Head of the AWS IoT EduKit program and AWS employee. Not an M5Stack employee.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post