Building a Face Recognition app with Amazon Rekognition and React

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 16

  • @Mazoane
    @Mazoane 2 ปีที่แล้ว +1

    Man, that was a deep and high level tutorial. I got lost at the middle.
    But great video! Hope to see more

    • @perfectbase
      @perfectbase  2 ปีที่แล้ว

      Hey, Diego!! Thanks for the feedback!
      I’ll try more of this kind of content. It’s not actually a tutorial, more of a summary of the project so that people know on a high level what is into it and can check the code or search the tech by themselves.
      It’s a fun to make content.. I just hope that people like to watch it.

  • @surathjhakal8905
    @surathjhakal8905 10 หลายเดือนก่อน

    Hey Ravi, I have a mern stack application in place of Mongo i am using Firebase, I want to build a face authentication feature but there are no good videos for it,
    I found your video like take base64 image check using AWS rekognition & save it in s3 but can you make a long video on this by covering all the use cases like
    1) how should I store images in s3 & get them at the time of comparison
    2) can I store user ID with that image so that if he is authenticated I can know and get the correct user data
    3) is it good to store images in grayscale, so it takes less space
    I am a student & this is a feature included in my final year college project, could you make a complete video on this?
    Thank you!

  • @highenergy8281
    @highenergy8281 6 หลายเดือนก่อน

    Hey, good afternoon. I'm a researcher and historian and was wondering if I could compensate you to analyze two photos and determine if they are the same person.

  • @ousseynoungom9937
    @ousseynoungom9937 ปีที่แล้ว

    Hello that's a good video. But my problem is how to store image captured by the camera into s3 bucket?

    • @perfectbase
      @perfectbase  ปีที่แล้ว

      Hi! thanks for watching.
      This is an old video, sorry that it's not very easy to follow. I actually made a service to make it easy to upload files. (It's my latest video)
      the CodeWithAntonio channel also released his full stack Notion clone tutorial, which includes file uploads in it. Maybe these videos can help.

  • @PalakArora-p1h
    @PalakArora-p1h ปีที่แล้ว

    Hello, I just wanted to know how do we call/link our react app in some other application or how do we create/get url of our react app.
    Scenario is - I have an application and I want to add facial recognition feature in that, so I am planning to give a button kind of thing which user would click and will get navigate to react app.
    To link the two apps I need some endpoint or something. How to do that?

    • @perfectbase
      @perfectbase  ปีที่แล้ว

      Hi!
      you mean you are building it in some other framework, but you want to have this part in React and embed it into your app?
      I don't think you need to do it. You can probably use the AWS SDK in whatever framework you are using, and just implement the same logic.
      But if you really want to have this part built with React, you can search for "React Embeddable Widget".

    • @PalakArora-p1h
      @PalakArora-p1h ปีที่แล้ว

      ​@@perfectbase Thankyou so much for your response. Yes, my only requirement is to able to use facial recognition feature in my App. Do you have any reference on how I could use AWS. I would be using AWS for the first time, so it would be helpful if I could have a reference.

    • @perfectbase
      @perfectbase  ปีที่แล้ว

      ​@@PalakArora-p1h learning AWS in the beginning can be quite complicated.
      I don't have any specific reference, but I think you should divide it into small tasks and search one by one.
      - how to create an AWS account
      - how to setup the AWS SDK for the framework you are using
      - how to create an API in your framework (maybe you already know that)
      and so on...

  • @abhifeels7316
    @abhifeels7316 ปีที่แล้ว

    Please will you make code for react native mobile app

    • @perfectbase
      @perfectbase  ปีที่แล้ว +1

      Sorry, usually don't do mobile apps.
      But considering that you have a backend, you should be able to use the AWS SDK for your backend language. The backend code could be basically the same.
      You would only need to learn how to work with the camera in a react native app.

  • @raygan3
    @raygan3 2 ปีที่แล้ว

    Great video

  • @lantheman3858
    @lantheman3858 ปีที่แล้ว

    You really need to slow down and explain more. Figured it out but took me a bit. Thank you.

    • @perfectbase
      @perfectbase  ปีที่แล้ว +2

      Sorry about that.. still trying to figure out a good format for this type of video.
      It was supposed to be more of a summary than a tutorial.
      Glad you figured it out!