Face Mask Detection Using Machine Learning | with Code | Python | Data Magic

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Face Mask Detection with Machine Learning.
    This video will help you to understand that how Face mask is detected with the help of Machine learning algorithms.
    #facemaskdetection #machinelearning #sunnykusawa
    GitHub link : github.com/dat...
    Please Like, Comment, Share and Subscribe!!!
    Connect with me,
    RUclips : / @datamagicai
    Facebook : / data-magic-10186774822...
    Instagram : / datamagic2020
    Twitter : / datamagic5
    For Business Inquiries : datamagic2020@gmail.com
    face mask detection
    face mask detection python
    face mask detection python code
    face mask detection using machine learning
    face mask detection tutorial
    face mask detection system
    real time face mask detection
    face mask detection python github
    face mask detection python opencv
    face mask detection yolo
    face mask detection using deep learning
    face mask detection with python
    face mask detection in python
    face mask detection with code
    face mask detection with python code

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

  • @sbsyr5555
    @sbsyr5555 3 года назад +1

    This channel is under rated....👍

    • @DataMagicAI
      @DataMagicAI  3 года назад +1

      Thank you for your views !

  • @irfankhatal8491
    @irfankhatal8491 4 года назад +1

    Sunny bhai...awsome project, please give the walkthrough.

    • @DataMagicAI
      @DataMagicAI  4 года назад +1

      Thank you ! Sure, I am starting coding tutorial soon ! Stay Connected.

  • @gajananbhoi389
    @gajananbhoi389 4 года назад +2

    Nice, illustrative; keep it up.

  • @dontsubscribetomychannel8619
    @dontsubscribetomychannel8619 3 года назад +1

    Very very nice

  • @omsuryavanshi
    @omsuryavanshi 4 года назад +1

    Nice sunny make more vedio classes from basic for students

    • @DataMagicAI
      @DataMagicAI  4 года назад

      Thank you..Sir ! I am starting Machine Learning Coding tutorials for beginners ..soon...

  • @sagarchavan5933
    @sagarchavan5933 4 года назад +1

    Very nice 🌸

  • @chang-hohwang2777
    @chang-hohwang2777 4 года назад +1

    Great!! Which language did you used? I think you use python and opencv.

    • @DataMagicAI
      @DataMagicAI  4 года назад +1

      Python programming language with python libraries OpenCV, Keras and Tensorflow. You ca find all package list here github.com/datamagic2020/face-mask-detector/blob/master/requirement.txt

  • @shwetapkumar9045
    @shwetapkumar9045 3 года назад

    Pls make a video on how it works on mobile camera...

    • @DataMagicAI
      @DataMagicAI  3 года назад +1

      Will try to create soon...

  • @md.alaminrahmanatique2915
    @md.alaminrahmanatique2915 3 года назад +1

    How this system detect face mask with out having data set?? 🤔🤔🤔

    • @DataMagicAI
      @DataMagicAI  3 года назад

      This system is trained with dataset(images of faces with n without mask) then trained model is used to do the prediction on live camera feed.

    • @akhileshrmadhyastha6400
      @akhileshrmadhyastha6400 3 года назад

      @@DataMagicAI can this detect multiple people with masks

    • @akhileshrmadhyastha6400
      @akhileshrmadhyastha6400 3 года назад +1

      @@DataMagicAI also where can I find the dataset for this project

  • @werdafarooq4028
    @werdafarooq4028 4 года назад

    Will this detection works on multiple people wearing masks? I have tried but it doesn't work for multiple detections.
    TIA

    • @DataMagicAI
      @DataMagicAI  4 года назад

      Yes, this can detect multiple people wearing masks.

    • @DataMagicAI
      @DataMagicAI  4 года назад

      Run your face mask detection code for each face which you identified through face detection model.

  • @nagayalankahruthik9042
    @nagayalankahruthik9042 3 года назад

    Is there a possibility that we can create a user interface using Tkinter GUI so that I can come is more handy? If you are capable can you make a tutorial on it ?

    • @DataMagicAI
      @DataMagicAI  3 года назад

      I am not aware of Tkinter GUI. If you want to deploy any ML model in web application they you can check out the episode about how to create webapp in python and How to deploy ML model in python from below playlist,
      Machine Learning Model Deployment: ruclips.net/p/PLTmQbi1PYZ_FTveld2Whf1c5RfBMpxE38

  • @gunarakulangunaretnam3353
    @gunarakulangunaretnam3353 3 года назад

    How did you convert your res_10_sdd model to caffemodel.

    • @DataMagicAI
      @DataMagicAI  3 года назад

      I am using pretrained caffemodel for the face detection. I am not converting res_10_sdd model to caffemodel in this episode.

  • @ankandas
    @ankandas 3 года назад

    Can make another video to explain the code for this project?

  • @sanjanavoona2646
    @sanjanavoona2646 4 года назад

    can you make the making video of face mask detection

  • @shamaitapal5611
    @shamaitapal5611 3 года назад

    It's showing can't open deploy.prototxt
    What I have to do?

    • @DataMagicAI
      @DataMagicAI  3 года назад

      Make sure you are providing correct path of deploy.prototxt in code. It seems code unable to find the prototype file.

    • @shamaitapal5611
      @shamaitapal5611 3 года назад

      I copied the path of deploy.prototxt file..then I paste in the code
      But same problem showing

    • @shamaitapal5611
      @shamaitapal5611 3 года назад

      Please sir help

    • @DataMagicAI
      @DataMagicAI  3 года назад

      Please provide below details so I can help you out,
      - On which OS you are running this program ?
      - do you have face_detector folder in your project with file deploy.prototxt ?

    • @shamaitapal5611
      @shamaitapal5611 3 года назад

      I used windows 10..
      And I had face detector folder

  • @saivenkat9817
    @saivenkat9817 3 года назад

    can u make the same the same using CNN