Want To Learn Some AI With JavaScript? Let's Do Facial Recognition!

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

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

  • @RaghuArunkumar
    @RaghuArunkumar 4 หลายเดือนก่อน +1

    truly an underrated channel this is an awesome content the explanations are truly simple and cheerful to watch thanks for the video little experiments on code makes the video truly amazing

    • @goodmorningdevelopers
      @goodmorningdevelopers  4 หลายเดือนก่อน

      Thank you so much for such a kind compliment! It is really hard to get any notice on YT, but hearing these types of comments certainly makes it worth while. Let me know if there's content you'd like to see.

  • @GoDFazel2
    @GoDFazel2 หลายเดือนก่อน +1

    Nice, does it work for multiple faces ??

  • @mahim_masrafi
    @mahim_masrafi 4 หลายเดือนก่อน +1

    good tutorial i was about to follow through and make it myself...thanks

    • @goodmorningdevelopers
      @goodmorningdevelopers  4 หลายเดือนก่อน

      Glad it helped. And make one... always better to have more good content available!

  • @fauziadisaputra9421
    @fauziadisaputra9421 3 หลายเดือนก่อน

    Great videos! But can I use face api js on my laravel attendance project? Can you explain how to implement in that case? Thanks

  • @rahuldas6109
    @rahuldas6109 4 หลายเดือนก่อน +1

    Wow! It's so simple to understand and I tried that, it's actually worked. New subscriber here 😁
    Sir is it possible to enhance face recognition by making it recognise only real person face?

    • @rahuldas6109
      @rahuldas6109 4 หลายเดือนก่อน

      And is it possible to do multiple face recognition instead of 1?

    • @goodmorningdevelopers
      @goodmorningdevelopers  4 หลายเดือนก่อน +1

      Do you mean "real" face vs. a generated one, or vs. a poster?

    • @goodmorningdevelopers
      @goodmorningdevelopers  4 หลายเดือนก่อน +1

      For this one, do you mean match all the faces in a given picture, with multiple reference images?

    • @rahuldas6109
      @rahuldas6109 4 หลายเดือนก่อน

      @@goodmorningdevelopers yes sir, I mean the real people faces and not detectel the fake faces like in posters

  • @deleonspottery4017
    @deleonspottery4017 หลายเดือนก่อน +1

    can you do a recognition from database?

    • @goodmorningdevelopers
      @goodmorningdevelopers  19 วันที่ผ่านมา

      Absolutely. It all depends on how you store the images. Sometimes I base64 encode then if they aren't too big, and redraw then on a canvas. If they are big, I'll store them on S3 (or blob or whatever) and store the reference, and do the same!

  • @SadullaAlisherov-t7o
    @SadullaAlisherov-t7o 4 หลายเดือนก่อน +2

    Please could you make video about mediasoup 🙏

  • @sawyersoucie9462
    @sawyersoucie9462 4 หลายเดือนก่อน +1

    This is awesome

  • @rahuldas6109
    @rahuldas6109 4 หลายเดือนก่อน +1

    Sir could you please create a video on how to do face recognition in react using offline face api instead of using npm package cause it's too slow. Way too slow. Along with that it's better to create it like mult face recognition, for instance create a labelled_image folder and under that folder there will be multiple folders according to the person name like Tony Stark, Clark Kent, etc and each folders has several images with different angels & lighting & others for better face predictions

    • @goodmorningdevelopers
      @goodmorningdevelopers  4 หลายเดือนก่อน +2

      I will do a little research. I was working on a celebrity look-alike app, but I'll see what I can find for a more efficient library!

    • @rahuldas6109
      @rahuldas6109 4 หลายเดือนก่อน

      @@goodmorningdevelopers thank you so much sir 😁, I was confused about what I was saying. I mean to say that when I downloaded faceapi.js using npm then the modules loading & face recognition was very slow while without using the npm package of faceapi.js, when I used face-api.min.js which was downloaded, the module loading & face recognition was faster without using React but in react it was difficult to use face-api.min.js cause it's showing faceapi not defined even when I added script for face-api.min.js in index.html in public folder and modules folder along with face-api.min.js is in public folder.

  • @olraclychar7344
    @olraclychar7344 4 หลายเดือนก่อน

    can i use this to something like, attendance web app?