Emotion detection with Python, OpenCV and Scikit Learn | Mediapipe | Landmarks classification

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • Code: github.com/computervisioneng/...
    🎬 Timestamps ⏱️
    0:00 Intro
    0:23 Start
    0:30 Data
    2:15 Process
    3:03 Data cleaning
    7:47 Data preparation
    19:18 Train model
    25:34 Test model
    34:29 Outro
    🌍 Community 👥
    Join our Discord server: / discord
    Support me on Patreon: / computervisionengineer
    #python #emotionrecognition #emotiondetection #machinelearning #computervision

Komentáře • 23

  • @ComputerVisionEngineer
    @ComputerVisionEngineer  Před 4 měsíci +2

    Try my premium courses! 😃🙌😊
    ● End-To-End Computer Vision: Build and Deploy a Video Summarization API bit.ly/3tyQX0M
    ● Hands-On Computer Vision in the Cloud: Building an AWS-based Real Time Number Plate Recognition System bit.ly/3RXrE1Y
    ● Machine Learning Entrepreneur: How to start your entrepreneurial journey as a freelancer and content creator bit.ly/4bFLeaC
    All my premium courses are available to the Computer Vision Experts in my Patreon. 😉
    www.patreon.com/ComputerVisionEngineer

  • @m2f0
    @m2f0 Před 2 měsíci

    Awesome video! Now I'm a subscriber of your patreon. Thank you.

  • @HasanKarakus
    @HasanKarakus Před 4 měsíci +2

    this video better than old one, thanks to your labor

  • @abdullahraja1963
    @abdullahraja1963 Před měsícem

    need help with how i can get this on my pycharm and how can i execute from there. Do i have to download github desktop for that?

  • @rohmprakaash1577
    @rohmprakaash1577 Před 4 měsíci

    Hi, Thanks for your video. And can you tell me 'How to add smiley(sad, happy etc) on facial expression video?

  • @user-kc7sx5iz4l
    @user-kc7sx5iz4l Před 19 dny

    just a question
    why did you use Scikit but not YOLOv8
    is there a technical reason behind it ?

  • @gayatrighorpadebtai3028

    Hi sir.I am getting an index error in testmodel.py file .Emotion range out of index

  • @rk_creativity
    @rk_creativity Před měsícem

    Thanks for making it but i need one help may you please share the image dataset link....

  • @dixsonjoy5394
    @dixsonjoy5394 Před měsícem

    where will i get the images?

  • @avantika6077
    @avantika6077 Před 4 měsíci

    This is simply amazing! I always wanted to know if there was a way youtube scares me with recommendations, I don't know how advanced it can go, but, I think this is it. I haven't seen the code yet, but python is just awesome! thanks for showing me this masterpiece!

  • @omarmarnissi1458
    @omarmarnissi1458 Před 2 měsíci

    when I run the test_model.py, the process is finished with exit code 0 right away. what's the problem?

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  Před 2 měsíci

      check this line: cap = cv2.VideoCapture(2), you may need to input a different device number, try with 0

  • @TheCorruptedComputer
    @TheCorruptedComputer Před měsícem

    I am currently in the data extraction process and every time I try to execute the prepare_data file it runs for a couple of minutes then crashes. Does it have something to do with the size of my dataset? Do I need to shrink it down?

  • @rohmprakaash1577
    @rohmprakaash1577 Před 4 měsíci

    Can you tell me how to do it on video to add smileys based on our facial expression?

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  Před 4 měsíci +1

      You need something like a smileys dictionary and then select the one you need based on the detected emotion. 🙌

    • @rohmprakaash1577
      @rohmprakaash1577 Před 4 měsíci

      @@ComputerVisionEngineer Thanks buddy

  • @abhirupmukherjee7780
    @abhirupmukherjee7780 Před 2 měsíci

    I can't install mediapipe , my python version is 3.12.2

    • @captinX956
      @captinX956 Před 2 měsíci

      You need to install 3.11 and below versions