Это видео недоступно.
Сожалеем об этом.

How to Use Amazon Rekognition for Facial Recognition and Analysis

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • Amazon Rekognition provides a diverse set of APIs useful for performing facial recognition and analysis. In this video, I show you how to use the DetectFaces API with Python and boto3 to identify faces in an image including characteristics such as eye position, emotion, smiling, and more. I show you how to use this API from within an AWS Lambda Function using an image object that is stored in an Amazon S3 Bucket.
    Sign up for my Newsletter to receive regular AWS updates mailinglist.be...
    Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabet...
    📚 My Courses 📚
    AWS Lambda - A Practical Guide - www.udemy.com/...
    🎉SUPPORT BE A BETTER DEV🎉
    Become a Patron: / beabetterdev
    📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
    Clean Code - amzn.to/37T7xdP
    Clean Architecture - amzn.to/3sCEGCe
    Head First Design Patterns - amzn.to/37WXAMy
    Domain Driven Design - amzn.to/3aWSW2W
    Code Complete - amzn.to/3ksQDrB
    The Pragmatic Programmer - amzn.to/3uH4kaQ
    Algorithms - amzn.to/3syvyP5
    Working Effectively with Legacy Code - amzn.to/3kvMza7
    Refactoring - amzn.to/3r6FQ8U
    🎙 MY RECORDING EQUIPMENT 🎙
    Shure SM58 Microphone - amzn.to/3r5Hrf9
    Behringer UM2 Audio Interface - amzn.to/2MuEllM
    XLR Cable - amzn.to/3uGyZFx
    Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
    Desk Microphone Mount - amzn.to/3qXMVIO
    Logitech C920s Webcam - amzn.to/303zGu9
    Fujilm XS10 Camera - amzn.to/3uGa30E
    Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
    Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
    💻 MY DESKTOP EQUIPMENT 💻
    Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
    Autonomous ErgoChair 2 - bit.ly/2YzomEm
    Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
    MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
    Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
    Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
    🌎 Find me here:
    Twitter - / beabetterdevv
    Instagram - / beabetterdevv
    Patreon - Donations help fund additional content - / beabetterdev
    #SoftwareEngineer
    #SoftwareDeveloper

Комментарии • 18

  • @sdht6107
    @sdht6107 9 месяцев назад +1

    Hello, good tutorial but mine times out after waiting for 3 secondsi have no idea why this happend

  • @zachr93
    @zachr93 Год назад +7

    A white couch while having dogs, you are a brave man.

  • @AdminAccount-cr2tb
    @AdminAccount-cr2tb 11 месяцев назад

    what's interesting is that the response is NULL in the json response (the response is coming back as Function Log) - therefore if you try to parse the result from json to an app you will get NULL. look at 9:51 and read the json.

  • @andriys5772
    @andriys5772 Год назад

    Thank you!

  • @aayanperogaming255
    @aayanperogaming255 Год назад

    Can we add custom labels like dark spot or wrinkles

  • @joshuabaker7552
    @joshuabaker7552 7 месяцев назад

    Does this work with protected S3 folders or private ones?

  • @highenergy8281
    @highenergy8281 4 месяца назад

    Daniel, I am a researcher and historian and was wondering if there's any way I could compensate you to compared to photographs and determine whether they're the same person. Please contact me if you're able to do this. I'll privately compensate

  • @itzysdaily9238
    @itzysdaily9238 Год назад

    is there other free facial analysis ai or website out there?

  • @madhavambulkar8764
    @madhavambulkar8764 2 месяца назад

    Mine isn't working

  • @th3d3r139
    @th3d3r139 Год назад

    This is great, thanks for sharing. Would I be able to use this if I wanted to validate a member of a website? I want to create a website with some courses and need to ensure that the person who is taking the course is actually there for the duration that is required. Or could it a web cam monitoring the person and not allowing the course to continue if the face is no longer detected?

    • @BeABetterDev
      @BeABetterDev  Год назад +2

      Hi there! You could set it up to take a snapshot every few minutes to confirm the person is there. There is another feature of Rekognition that allows you to compare a face to past seen faces. I suppose you could set this up so that every time a new snapshot is taken, it compares it against the known library of faces, and ensure that the same face-id is returned each time.
      Hope this helps or atleast gives you some ideas!

  • @elhamyounesian4952
    @elhamyounesian4952 Год назад

    Hello, thanks for this useful video! :) I am working on implementing Rekognition on AWS Greengrass for testing it for edge computing. My main goal is detecting objects by sending from a RaspberryPi and measuring the latency on edge computing using Greengrass. I setup the IoT core, components and ...but don't know how should I combine Rekognition with the GG to compute locally at the edge. I'd be grateful if you share any experience on this regard with me.
    Thanks! :)

  • @namucho266
    @namucho266 Год назад

    amazing video and cute dogs! haha thank you

  • @skyforever1000
    @skyforever1000 6 месяцев назад

    easy one, thanks

  • @raczyk
    @raczyk Год назад +1

    Can you use Amazon Rekognition on a video? There any software that can?