Build Real Time Face Detection With JavaScript

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 1,6 тис.

  • @WebDevSimplified
    @WebDevSimplified  5 років тому +309

    A common issue many people are running into is a 404 error when loading the models folder. This is caused when you are not running your code inside a server that loads the models folder. For example just right clicking the file and opening in Chrome will not work. I use Live Server with VSCode to run the code and that works for me.

    • @tasnimzia4499
      @tasnimzia4499 5 років тому +7

      I used VSCode for this too. But I'm still getting the same error even though my folder arrangements are the same as yours.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +6

      @@tasnimzia4499 Do you have VSCode open to the root folder of your project. Also is your code the same as the code linked in the description.

    • @hrishikeshrane2429
      @hrishikeshrane2429 5 років тому +10

      Sir i copied your whole code still it is not working
      first i used wamp server to run the code
      and after that i also tried with my online server then also it is not working
      please tell what should i do

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +5

      @@hrishikeshrane2429 I am not sure. Your problem could be that the root of your server is not the root of the project so you will need to change the model URLs to be from the root of the server.

    • @JINGURAH
      @JINGURAH 5 років тому +1

      @Asim Hussain was having the same issue, opened settings/live server config, checked and unchecked some stuff there( don't ask what, lol) and it's now working. I hope it helps))

  • @tombonner2799
    @tombonner2799 5 років тому +1957

    This isn't how to BUILD face detection with JavaScript but rather how to IMPLEMENT face detection with JavaScript.

    • @d33pFaiL
      @d33pFaiL 5 років тому +73

      как развернуть чужой гит и запустить с умным ебальником

    • @RobbyAJM
      @RobbyAJM 5 років тому +30

      Exactly

    • @Science790
      @Science790 5 років тому +7

      @@d33pFaiL Все в довольно интересной форме рассказал и показал, указал источник на гит, haters gonna hate:D

    • @Science790
      @Science790 5 років тому +5

      @@d33pFaiL жестко, у тебя очень конструктивная критика, в том числе моего коммента, тебе бы к психотерапевту сходить

    • @gamestv4875
      @gamestv4875 5 років тому +1

      @@d33pFaiL Yes

  • @AJ-vq9ym
    @AJ-vq9ym 3 роки тому +224

    next video how to build real time covid19 detection with js

  • @Indrajeetviper
    @Indrajeetviper 5 років тому +3

    Don't get disheartened by odd comments, it's part of the trade mate!
    But you sir, are doing a fantastic job!
    Highly appreciated!

  • @abhishekpatel1535
    @abhishekpatel1535 5 років тому +97

    We do love your Ai videos. Make more of these

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +14

      Will do!

    • @glowleaf
      @glowleaf 5 років тому

      @Web Dev Simplified YAY!!! Lmao.

    • @devorrahtester5439
      @devorrahtester5439 5 років тому

      I second that request. This was a great tutorial.

    • @nuwanmadushanka8501
      @nuwanmadushanka8501 4 роки тому +3

      I developed a site to detect faces, drawa face landmarks, detect facial expressions, and age
      Goto face-api-js-demo.netlify.app
      From your computer
      Share this if you can

  • @smellytaint
    @smellytaint 5 років тому +188

    12:25 This video has nothing to do with how the face detection works.

  • @vishnumurali6524
    @vishnumurali6524 5 років тому +25

    The best tutorial on AI face detection I have ever seen

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +2

      Thank you!

    • @amoghamaiya3832
      @amoghamaiya3832 4 роки тому

      ua-cam.com/video/F5shV0pInJM/v-deo.htmlsub_confirmation=1 CHECK OUT MY PYTHON OPENCV TUTORIAL IN JUST 1 HOUR 🔥🔥

    • @AliSajidCS
      @AliSajidCS 4 роки тому +1

      @@amoghamaiya3832 We prefer Javascript over PYTHON. So go away

  • @ajsky1066
    @ajsky1066 5 років тому +76

    The intro was like a robot talking about robots. Appreciate the tutorial.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +17

      That is just how I am. My newer videos are slightly less robotic.

    • @murilomelo6752
      @murilomelo6752 5 років тому

      He was reading

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +11

      @@murilomelo6752 I wasn't reading any script. I do not script any of my videos since I suck at writing and it would be even more robotic.

    • @jamjam3448
      @jamjam3448 4 роки тому +1

      @@murilomelo6752 Your profile pic is in almost any youtube channel comment section I visit.

    • @lailanashim274
      @lailanashim274 4 роки тому +1

      "Anything but mess my hairdo."

  • @kaywilfert8297
    @kaywilfert8297 3 роки тому +8

    Just wanted to let you, @Web Dev Simplified, know, that this video, as well as the sequel were helpful in an international project at my university. Thank you you for providing a fast and simple tutorial as a guide for our minimum viable solution for a part of the project

  • @gwenaeloppitz3972
    @gwenaeloppitz3972 4 роки тому

    Wow so many haters... thanks I think this video is really nice for anyone who wants to start playing with facedetection without deep knowledge of programming. Even if you don't build the facedetection I believe it's really impressive how you make things easy to understand. Thanks again

  • @danterusso6354
    @danterusso6354 4 роки тому +29

    I know that this was a while ago. But, it is definitely still one of the better API recognition discovery / coding demonstrations that I have seen in quite some time. Well done, sir!!!!

  • @RTBRuhan
    @RTBRuhan 5 років тому +288

    Nobody:
    Me:Don't know anything about coding but still watching this.

    • @faysalforbd
      @faysalforbd 5 років тому +3

      me 2

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +35

      AI is just that interesting. I watch lots of AI videos even though I have no idea what is going on in many of them.

    • @vladutz9625
      @vladutz9625 5 років тому +15

      maybe you should start coding.

    • @cgneptune
      @cgneptune 5 років тому +1

      Me 2

    • @kayodefadoju5424
      @kayodefadoju5424 5 років тому +1

      @Kaya Beautymantra Yeah, you need the right tutorials to start

  • @programmingplus-plus4225
    @programmingplus-plus4225 4 роки тому +4

    Keep them coming dev, someone like i get to be enthusiastic and motivated by seeing such good works from the development side

  • @tekno679
    @tekno679 5 років тому +676

    "That's all it takes to create this simple face detection algorithm." No, you are not creating this algorithm, you are just interacting with the API.

    • @nadir2k
      @nadir2k 5 років тому +92

      Yes, everybody knows that here, you don't need to point that out

    • @messiah2534
      @messiah2534 5 років тому +22

      @@nadir2k He's polish "programmer" and he's angry coz he don't have any success with codding.

    • @MsExity
      @MsExity 4 роки тому +16

      @@messiah2534 And you with english. "he don't"

    • @leondreamcast
      @leondreamcast 4 роки тому +45

      It doesn't matter because in the real world at these tech companies you will be using their APIs to implement stuff, this is a great project to complete and to have in a portofolio

    • @kenansari
      @kenansari 4 роки тому +3

      no one asks your opinion, you little polish peasant

  • @jordirhoden300
    @jordirhoden300 5 років тому +7

    Hi, dude. Please make a second part of this, it would help me a lot. Thanks.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +3

      I just recorded a part 2 which will release Tuesday.

  • @Jake79
    @Jake79 3 роки тому

    Despite all negative comments, this was really a eye opener for what JS is capable of. And now I can test how to fool face recognition algoritms. Thanks!

  • @saeedatenzi
    @saeedatenzi 5 років тому +123

    "how to implement a face detection api" not "how to creat"
    Anyway, making a face detection api takes at least a 5 hour run and will definitely makes less views in yt, after all people just like to see the cool part when everything works with press of a button not the time spent debugging.
    Nice video dude

    • @deville295
      @deville295 5 років тому +11

      "5 hour run and will definitely makes less views in yt"
      I'm gonna stop you right there. If done right, long tutorials get views. Other experienced youtubers can fastforward footages from their actual coding time, condensing it down to 10 minutes of contents with summaries. Others can make it a really interesting series to watch. Watch time is how you get money

    • @PHlophe
      @PHlophe 5 років тому

      Syed, wallah !

  • @ecekoprucu4916
    @ecekoprucu4916 5 років тому +1

    In opposite of the majority of comments, I thank you for this tutorial. It's going very helpful so far and even a dummy can understand the steps.

  • @sashankkrishna2912
    @sashankkrishna2912 4 роки тому +14

    You really are an amazing programmer and an awesome instructor. I never saw a video so straight into the topic, and understandable. :)

    • @WantOxide
      @WantOxide 2 роки тому

      he's one of the worst instructors ever, nonetheless the argument treated is interesting

  • @Ludifant
    @Ludifant 2 роки тому

    That's the way to do it, nothing but the necessary frameworks and all vanilla! Well done.

  • @vuhoang3783
    @vuhoang3783 5 років тому +3

    Can you make a series about Javascript, I have watched a lot on youtube but I just understand your channel. Form Vietnam with love!

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +4

      I plan to eventually, but haven't gotten around to it yet.

    • @vuhoang3783
      @vuhoang3783 5 років тому

      @@WebDevSimplified Thank you !

    • @thenahidul
      @thenahidul 5 років тому

      You can follow following channel as well.
      ua-cam.com/users/programmingwithmosh

  • @MrKarlyboy
    @MrKarlyboy 5 років тому

    Nice flow, easy to listen to (didn't ramble, or divert), clear, simple and effective. Your a great presenter with a nice story type flow ability. Well done, excellent presentation.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      Thank you so much! I really appreciate it. I'm glad you enjoyed the video.

    • @uRealReels
      @uRealReels 4 роки тому

      @@WebDevSimplified thanks for the work... is there any way i could make the lips fill in blue, etc... or even get the pixels and shade it blue, like makeup?

  • @technomaestro6092
    @technomaestro6092 5 років тому +7

    Thanks bro
    Love from INDIA

  • @abdellahqmichou9429
    @abdellahqmichou9429 5 років тому

    u just made the world of programming so easy

  • @jeyraj3075
    @jeyraj3075 5 років тому +3

    Awesome.... Thanks for great video...
    Please make part 2 for login with face detection.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +2

      I don't think I will cover login in part 2 since that will require building a login system, but I definitely plan to cover face recognition.

    • @alfonsolasa2495
      @alfonsolasa2495 5 років тому

      @@WebDevSimplified Hey! The best way to do login with the face is saving the custom model in local session?

  • @fuze8593
    @fuze8593 3 роки тому +2

    3:40 when i open the live server, my camera turns on, but the live feed wont show up

  • @raphaelmorgan2307
    @raphaelmorgan2307 3 роки тому +7

    "there's only one face apparently" he says as if expecting more than one 👀

  • @MindsetHome
    @MindsetHome Рік тому +1

    Wow, thanks so much. I'm very happy that I can connect my camera to my site 😁

  • @lelandconn
    @lelandconn 4 роки тому +3

    When I added the Promise.all([... part I could no longer see the video, although when I inspect element there are no errors.

    • @ayanarko8890
      @ayanarko8890 4 роки тому

      If you like animation using image , 2d , 3d animated arbitrary shape using html. i will suggest ..Coding techno oregano channel..
      ua-cam.com/video/-VKhBdcuBqY/v-deo.html
      ua-cam.com/video/_32EAm9Z08g/v-deo.html
      ua-cam.com/video/JtS6N_z233A/v-deo.html -- sliding effect

  • @khurramshahzad9359
    @khurramshahzad9359 4 роки тому +1

    Man you're gem ! People are actually really mean, believe me if they would have been paying for such informative tutorial they'd be like a kicked ass. They are getting such informative content for free that's why they are barking too much. Thank you so much for this tutorial. I had been searching for such content for long time and at last I got what I was looking for. You earned a subscriber. Stay blessed

    • @uRealReels
      @uRealReels 4 роки тому

      you hit it spot on! have you any examples on codepen. some ppl there get angry with questions, but u seem quite reasonable!

  • @roshan9360
    @roshan9360 4 роки тому +6

    I am getting CORS error URL scheme must be "http" or "https" for CORS request. when i am including face-api.min.js in script tag in index.html . Can anyone help me

    • @SantoshGupta-tv4mp
      @SantoshGupta-tv4mp 4 роки тому

      Install the cors package :
      Command: npm install cors
      Also include this in the file like server.js or app.js

    • @DanielLCD
      @DanielLCD 4 роки тому

      Santosh Gupta that has nothing to do with this???

  • @nezay2058
    @nezay2058 2 роки тому

    can't believe this is free this man is a hero thank you sir.

  • @meh398
    @meh398 5 років тому +3

    Videos like yours are such inspirations for me to keep on coding. Thanks

  • @bhormilind02
    @bhormilind02 4 роки тому

    It's always been great to visit your channel. All videos are very intuitive, simple to understand but full of learnings. Thank you!!!

  • @altaccount648
    @altaccount648 5 років тому +61

    >uses a face detection algorithm
    >this is how to make a face detection algorithm.
    I'm not sure I understand.

  • @ben7226
    @ben7226 3 роки тому +1

    it's amazing to see some unusual videos like this as i'm always focusing on my web dev tutorials, please keep them up, and thank you.

  • @AnnieTaylorChen
    @AnnieTaylorChen 5 років тому +7

    OH YEAH~~~~ I gotta definitely check this out soon! Traveling abroad right now so have limited time to code and study, heehee~ :)

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +1

      It was really fun to make! Thank you so much for the suggestion.

  • @rahulnautiyal3381
    @rahulnautiyal3381 4 роки тому

    great work sir we want more tutorial on AI with projects

  • @rekhavashisht2495
    @rekhavashisht2495 5 років тому +7

    error : face-api.min.js:1 Uncaught (in promise) Error: Failed to link vertex and fragment shaders. ........

    • @imacup5640
      @imacup5640 4 роки тому

      Same

    • @_Moody_1502
      @_Moody_1502 3 роки тому

      feel your pain! same

    • @Diferfrei
      @Diferfrei 3 роки тому

      @@imacup5640 I answered in this thread what I think might have been causing it

    • @Diferfrei
      @Diferfrei 3 роки тому

      @@_Moody_1502 Answered in the thread what worked for me

  • @alicewilliams6497
    @alicewilliams6497 4 роки тому

    MAKE PART 2!!!!
    love your videos!

  • @thenahidul
    @thenahidul 5 років тому +12

    That surprise expression 😆😆

  • @aswanelias2317
    @aswanelias2317 5 років тому

    I am interested to learn more on AI Face Detection. Kindly provide more videos on such topics.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      I have another video linked at the end of this one on face recognition.

  • @WebDevSimplified
    @WebDevSimplified  5 років тому +9

    A lot of people are asking about part two of this video. It is already released and can be found here. ua-cam.com/video/AZ4PdALMqx0/v-deo.html

  • @prasadveeram9130
    @prasadveeram9130 4 роки тому

    This is really BEAUTIFUL video I have seen in a long time!! Terrific explanation in such a short time!!

  • @digigoliath
    @digigoliath 5 років тому +7

    Awesome! Love it that it is well explained. All done in less than 13 mins. Yes, please .... more AI goodness sounds real good. Now to have fun with this.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +2

      Thank you! I try to keep all my videos short and to the point since I hate watching long drawn out tutorials.

  • @langtonmudyiwa6127
    @langtonmudyiwa6127 4 роки тому

    you are amazing, you make javascript look like adding 1+ 1

  • @Want2totravel
    @Want2totravel 5 років тому +5

    Bro Make a video on simplified JS series , love from India❤️

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +2

      I plan to do that eventually. It is just really time consuming.

    • @glowleaf
      @glowleaf 5 років тому +1

      That’s a super good idea :)

  • @j.davidescobar1717
    @j.davidescobar1717 5 років тому

    Holly sh*t... Please do more videos like this. Thanks. Do more videos... You definitely master Js and take it to a whole new level.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +1

      Thank you. I have a part two of this video already out and linked in the description and end screen of this video.

  • @soyrandom1
    @soyrandom1 5 років тому +3

    i'm having trouble with google chrome, i can't get this to work on it, works great on opera.
    I get this error:
    DOMException
    (anonymous)

    • @danpetre5414
      @danpetre5414 4 роки тому

      have you figured out this error? :)

    • @copeen4608
      @copeen4608 4 роки тому

      @@danpetre5414 If you know please kindly tell me

  • @gokulan3263
    @gokulan3263 4 роки тому

    Your videos are super exciting. Explained well. Keep up the work dude

  • @TheblackDragonmonkey
    @TheblackDragonmonkey 5 років тому +4

    Yes, thank you for this. Keep making awesome stuff like this! Maybe you could look into incorporating React Native with .TSX files into future projects.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +3

      I do not use React Native so I probably will not cover it in the near future. Sorry.

    • @ayanarko8890
      @ayanarko8890 4 роки тому

      If you like animation using image , 2d , 3d animated arbitrary shape using html. i will suggest ..Coding techno oregano channel..
      ua-cam.com/video/-VKhBdcuBqY/v-deo.html
      ua-cam.com/video/_32EAm9Z08g/v-deo.html
      ua-cam.com/video/JtS6N_z233A/v-deo.html -- sliding effect

    • @WORKHOLIC1122
      @WORKHOLIC1122 2 роки тому

      @@WebDevSimplified Hey kyle it's showing, : Uncaught SyntaxError: Unexpected identifier 'faceapi'
      Do you know what would have caused this?

  • @alecwillis1073
    @alecwillis1073 7 місяців тому

    These ar great videos and give a very helpful starter on the subjects. More please.

  • @omniversal4739
    @omniversal4739 5 років тому +4

    Now I can be like the cool kids and include a face detection in my website in order to unlock my content lol.

  • @enochjohnsantoso2451
    @enochjohnsantoso2451 2 роки тому

    Hi, I know it's a 2 years old video, but I have a question, during the timemark at 9:56, there's no box showing or any mark showing, it's only showing the video. I did all the exact same code as yours but couldn't get the square canvas at all.

  • @Hakerman-ed6pe
    @Hakerman-ed6pe 4 роки тому +5

    copy paste codes and tell my dad this is my first A.I. LOL xD

    • @dadylle
      @dadylle 4 роки тому

      yes you're right , a lot of people make videos without any background, just copy paste. => it's a wasting time.

  • @nahidislamz
    @nahidislamz 3 роки тому

    Great! Please do more of these videos

  • @BaconStudio
    @BaconStudio 5 років тому +5

    Thank you soooooo much this helped me out a ton!!!!
    :D

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +1

      I'm glad I could help!

    • @shachoud
      @shachoud 3 роки тому

      @@WebDevSimplified is there angular version of this code available ??

  • @chinmayk9274
    @chinmayk9274 5 років тому

    Do the second part , these kind of content helps a lot Thanks man

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      I have a part 2 of this video already out linked in the description and end screen.

    • @chinmayk9274
      @chinmayk9274 5 років тому

      @@WebDevSimplified Got it man thank you so much..

  • @kafirmohallida8486
    @kafirmohallida8486 5 років тому +58

    Rename the title to "How To Use Face API to Build Real Time Face Detection"

  • @codewithsub5083
    @codewithsub5083 5 років тому

    Very nice.
    Waiting for next video.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      Thank you. Part 2 of this video is already released and linked in the description.

    • @codewithsub5083
      @codewithsub5083 5 років тому

      @@WebDevSimplified checking Right now.
      Thanks.

  • @GaminGuides4
    @GaminGuides4 2 роки тому +3

    I have a question
    How I can only fetch the expression and store it into a variable and print it in console. Nothing else
    I tried
    console.log (detections[0].expressions); but it shows all expressions value. I want only which is on the screen

  • @OmarElbaga
    @OmarElbaga 5 років тому +2

    This is really good. I love it. Thanks for making this video. It's impressive how far just a little JavaScript can go.

    • @PHlophe
      @PHlophe 5 років тому +1

      Omar, that's not a little. its the ready made ingredients remixed.

    • @ayanarko8890
      @ayanarko8890 4 роки тому

      If you like animation using image , 2d , 3d animated arbitrary shape using html. i will suggest ..Coding techno oregano channel..
      ua-cam.com/video/-VKhBdcuBqY/v-deo.html
      ua-cam.com/video/_32EAm9Z08g/v-deo.html
      ua-cam.com/video/JtS6N_z233A/v-deo.html -- sliding effect
      Hope that you will like

  • @HDenizD
    @HDenizD 4 роки тому +11

    7:52 "and it saying tinyFaceDetectorOptions is not a constructor" --*cut* (10m-1h later) "Oh man you kidding me?!?!?! " *cut*-- "and this is super easy to fix, this just needs to be a captial T"

    • @animehero8648
      @animehero8648 4 роки тому

      So if i ever get an "is not a constructor" error, i should just put a capital T

    • @shujin9027
      @shujin9027 4 роки тому

      lol true

    • @angry_moose94
      @angry_moose94 4 роки тому

      @@animehero8648 not sure if trolling or serious haha

  • @luarbballa2534
    @luarbballa2534 5 років тому

    Really glad UA-cam suggest me this video. Liked, subscribed cant wait for more epic stuff.

  • @iwfklaus3553
    @iwfklaus3553 5 років тому +11

    Paaaaart 2

  • @harshshukla7260
    @harshshukla7260 3 роки тому

    Sir , please consider making a video or rather give me the idea about how to host this website online so that it can be accessed from anywhere.

  • @jinkaajay4465
    @jinkaajay4465 Рік тому

    This is an amazing video. Please make more videos like this

  • @qlf3896
    @qlf3896 5 років тому +5

    This doesnt seems simple. dont understand anything just the HTML.. ;(

    • @adakaitalker3273
      @adakaitalker3273 4 роки тому

      keep working on learning. takes time to understand.

  • @snailsfrogslegs119
    @snailsfrogslegs119 Рік тому

    I'm going to use this to learn how to break realtime facial recognition algos. Thanks for that. We must all resist this kind of technology.

  • @Illu07
    @Illu07 5 років тому +4

    You didn't build the face detection algorithm, nor you've implemented it.

    • @arumbai
      @arumbai 5 років тому +2

      That would also be quite stupid if he would have done that, because it seems that someone already did that. Now I make something to see if the people at my frontdoor come with good intentions or not.

    • @Illu07
      @Illu07 5 років тому

      @@arumbai you are absolutely right. Yet he claimed to do so.

    • @arumbai
      @arumbai 5 років тому

      @@Illu07 I know he did, but still i enjoyed his video and enthusiasm. Let's just be glad he not your lawyer in a capital case and his claim would put you away forever. Now I watched this video very relaxed on my couch and learned about the API he used.

  • @MegaBadhusha
    @MegaBadhusha 3 роки тому

    Really Simplified
    ​ good job bro

  • @ThomasSchaz
    @ThomasSchaz 5 років тому +8

    Great tutorial! Thanks man. But honestly: semicolons ffs!!

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +7

      Never! Once you go semicolon-less you never go back 😜

    • @ayanarko8890
      @ayanarko8890 4 роки тому

      If you like animation using image , 2d , 3d animated arbitrary shape using html. i will suggest ..Coding techno oregano channel..
      ua-cam.com/video/-VKhBdcuBqY/v-deo.html
      ua-cam.com/video/_32EAm9Z08g/v-deo.html
      ua-cam.com/video/JtS6N_z233A/v-deo.html -- sliding effect
      Hope that you will like

    • @dinilcreations8486
      @dinilcreations8486 3 роки тому

      @@WebDevSimplified Bro 🙄😁😂

  • @vidhyadharanD
    @vidhyadharanD 5 років тому

    Very nice audio's are crystal clear 👍 !!!

  • @kafirmohallida8486
    @kafirmohallida8486 5 років тому +12

    Without Promise and Face API, I think I'm gonna have to sell watermelon for a living..

  • @vikasni95
    @vikasni95 5 років тому

    Awesome video sir... Love from india🇮🇳

  • @ueharajohji3607
    @ueharajohji3607 5 років тому +7

    you mean use a library not build there is a big difference.

  • @SXCRD
    @SXCRD 5 років тому

    Cannot wait to try this. Very nice tutorial would love more like this.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +1

      Thanks. I have a part 2 linked in the description and end screen as well.

  • @samfrmd
    @samfrmd 5 років тому +4

    It’s not building, nor implementing. Title should be ‘Calling face-detection API by JavaScript’

  • @sivaprasadev3361
    @sivaprasadev3361 4 роки тому

    I have been looking for this video. Finally ... got it. Thank You :)

  • @marverickmagayano1268
    @marverickmagayano1268 5 років тому +2

    12:17 I thought he will laugh hahahaha

  • @harounezzahraoui1121
    @harounezzahraoui1121 5 років тому

    The Best tutorial on AI face Detection I have ever seen ,Thank you Brother

  • @deville295
    @deville295 5 років тому +4

    didn't appreciate the clickbaity title

  • @hnkdln7307
    @hnkdln7307 5 років тому

    Video is crisp and clear... Thanks for the tutorial... Waiting for more AI tutorials...

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      Thanks! If you haven't already seen the face recognition video that is a followup to this video I would check it out.

  • @aloklaha2384
    @aloklaha2384 4 роки тому

    Your explanations are really impressive. I want you to make more videos like this using javascript. I am a lover of JavaScript.

  • @jialiangchen9076
    @jialiangchen9076 4 роки тому

    Whoever published this project on github and ran into 404 error, replacing "/models" with "./models" in the script.js worked for me.

  • @WorldXiater
    @WorldXiater 3 місяці тому

    Awesome tutorial! I think I'll implement this to my robot

  • @gowthamc1389
    @gowthamc1389 4 роки тому

    Super tutorials. Looking forward for more tutorials from you

  • @rudraprataplaha
    @rudraprataplaha 5 років тому +1

    Please create a video about markerless facial motion capture.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +1

      This code can easily be modified to make the face detection not add in the marks. I purposely added the marks by telling it to include landmarks.

    • @rudraprataplaha
      @rudraprataplaha 5 років тому

      @@WebDevSimplified you are the best

  • @samratdahal1651
    @samratdahal1651 5 років тому

    There’s 2 things...
    He is copying the code from another device.
    And he is not creating any detection algorithms rather he is just interacting with the Face detection algorithms API 🐝
    But the explanation was good. Very cleaver guy.

  • @NaomiYohannes-w4g
    @NaomiYohannes-w4g 5 місяців тому

    Umm.. something went wrong on the purple box thingy around 11:08. The box doesn't appear, it appeared for like 1 second then disappeared and then never came back

  • @solicitor6268
    @solicitor6268 5 років тому

    Yes, a part two, please.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      It is already released and linked in the description.

  • @hazemgharib
    @hazemgharib 4 роки тому

    Aaaaand that is my subscription of today!!
    Thanks man your videos are amazing.

  • @gkinfos
    @gkinfos 5 років тому

    loved this one please make next one soon.

    • @WebDevSimplified
      @WebDevSimplified  5 років тому +1

      It is already out and linked in the end screen and description

  • @amankaushik5833
    @amankaushik5833 4 роки тому

    Damn... Awesome content as always!!

  • @danimvijay3089
    @danimvijay3089 4 роки тому

    Wow! This is super cool. Definitely gonna give it a try. Please do face recognition too. And extend it to a face unlock system perhaps. Please do more videos on ML, AI and AR.

  • @carlostavares1020
    @carlostavares1020 4 роки тому

    Great video! Congrats and keep up the awesome work!

  • @WebSensePro
    @WebSensePro 5 років тому

    Nice video, but what's the use of it for e.g is there a Web App already built using this technique?

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      There are limitless uses. For example you can use this algorithm detect when a camera detects a face and take a picture as a security measure for a building.

  • @sugianoor1279
    @sugianoor1279 5 років тому

    Boom, im a new subscriber dude, keep it the good work

  • @gitlit5489
    @gitlit5489 5 років тому

    more please i liked, subbed, commented, add to watch later and shared this video LOL

    • @WebDevSimplified
      @WebDevSimplified  5 років тому

      I have a part two to this video that is linked in the description and end screen.

  • @hunor6
    @hunor6 5 років тому

    Great video man, subscribed!