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

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

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

  • @RaghuArunkumar
    @RaghuArunkumar 6 месяцев назад +2

    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  6 месяцев назад

      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.

  • @sheikhshuaib8451
    @sheikhshuaib8451 Месяц назад +1

    best video please make video on liveness detection or anti-spoofing

  • @mahim_masrafi
    @mahim_masrafi 6 месяцев назад +1

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

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

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

  • @AdnanErlansyah-nx7xp
    @AdnanErlansyah-nx7xp Месяц назад

    Sir can you make the video to integrate it with the backend when it's used it on logged in process. I still don't know how exactly we can communicate this faceapi with the be to tell it if the face is match within the data that existed on the user from the database. Thank you sir.

  • @AdnanErlansyah-nx7xp
    @AdnanErlansyah-nx7xp Месяц назад

    Sir, how about we can find the best or accurate age of user. Because now, as we can see in the face bounding box. the age is always change everytime it's re-initialize. So the accuracy of it sometimes isn't right.

  • @sawyersoucie9462
    @sawyersoucie9462 6 месяцев назад +1

    This is awesome

  • @rahuldas6109
    @rahuldas6109 6 месяцев назад +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 6 месяцев назад

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

    • @goodmorningdevelopers
      @goodmorningdevelopers  6 месяцев назад +1

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

    • @goodmorningdevelopers
      @goodmorningdevelopers  6 месяцев назад +1

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

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

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

  • @GoDFazel2
    @GoDFazel2 3 месяца назад +1

    Nice, does it work for multiple faces ??

  • @fauziadisaputra9421
    @fauziadisaputra9421 5 месяцев назад

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

  • @SadullaAlisherov-t7o
    @SadullaAlisherov-t7o 6 месяцев назад +2

    Please could you make video about mediasoup 🙏

  • @deleonspottery4017
    @deleonspottery4017 3 месяца назад +1

    can you do a recognition from database?

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

      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!

  • @rahuldas6109
    @rahuldas6109 6 месяцев назад +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  6 месяцев назад +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 6 месяцев назад

      @@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 5 месяцев назад

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