Face Detection in Python: Because Why Not?

Sdílet
Vložit
  • čas přidán 3. 07. 2024
  • What you'll learn:
    The basics of using a pre-trained model for face detection
    How to capture video from your webcam in real-time
    Drawing rectangles around detected faces (because who doesn't love rectangles?)
    Tools used:
    Python (obviously)
    OpenCV (the Swiss Army knife of computer vision)
    Grab a cup of coffee, sit back, and join me on this coding adventure. If I can do it half-awake, so can you!
    Don’t forget to like, subscribe, and hit that bell icon so you never miss out on my random coding escapades.
    Links and Resources:
    Python: www.python.org/
    Enjoy the video and happy coding!
  • Věda a technologie

Komentáře • 10

  • @hajee_talsy
    @hajee_talsy Před 7 dny +2

    I love the authenticity of this dude.

  • @TheRealEffort
    @TheRealEffort Před 6 dny +3

    Crazy edits and new guy seems entertaining too, amazing vid overall ❤

  • @NashFit
    @NashFit Před 7 dny

    Absolutely amazing… funnnn to watch

  • @M.V.CHOWDARI
    @M.V.CHOWDARI Před 7 dny +1

    I wanna suggest you onething,
    increase the font size because when watching in low quality videos may not able to see the source code

    • @ClooverDevs
      @ClooverDevs  Před 7 dny

      thank you for the feedback, will definitely do!

  • @tanishbhangu5507
    @tanishbhangu5507 Před 6 dny

    tell me how we connect it with hardware bro

  • @user-no3vv8cl9t
    @user-no3vv8cl9t Před 7 dny +1

    Hi iam

  • @eren20yearsago79
    @eren20yearsago79 Před 6 dny

    Nice video man...just increase font sizes(code) from next videos.

    • @ClooverDevs
      @ClooverDevs  Před 6 dny

      Noted, thanks for the feedback.

    • @sailingintosunshine
      @sailingintosunshine Před 5 dny +1

      and please reduce the width of your code. Especially in video format, but also in general, keeping your code within 80, or at most 120 spaces makes everything much more readable. You can set a vertical lines in vscode btw to help with that