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
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.
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?
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!
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 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.
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
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.
Nice, does it work for multiple faces ??
good tutorial i was about to follow through and make it myself...thanks
Glad it helped. And make one... always better to have more good content available!
Great videos! But can I use face api js on my laravel attendance project? Can you explain how to implement in that case? Thanks
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?
And is it possible to do multiple face recognition instead of 1?
Do you mean "real" face vs. a generated one, or vs. a poster?
For this one, do you mean match all the faces in a given picture, with multiple reference images?
@@goodmorningdevelopers yes sir, I mean the real people faces and not detectel the fake faces like in posters
can you do a recognition from database?
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!
Please could you make video about mediasoup 🙏
It's coming!
This is awesome
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
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!
@@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.
can i use this to something like, attendance web app?