Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 2 | Face Mask Detection system CNN Model

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • This video titled "Build FACE MASK DETECTION ALERT SYSTEM OpenCV Keras - Part 2 | face mask detection system CNN Model" is a part - 2 of Face Mask Detection System where we will see how to Build a Face Mask Detection System that can detect a person in real-time if he/she is wearing a mask or not using CCTV camera with quite a good accuracy. After that, he/she is denied access to places where authorities have strictly asked to wear the face mask. After denying access to the person, authorities will get an alert email in real-time where the person’s photo will be attached. May be screen panels could be installed at the entrances where a person when denied can see a pop-up Warning Message where he/she would be advised to wear a mask before getting access. This kind of Face Mask Detection Alert System has applications at Airports, Hotels, Public Buildings like Driving Licence Offices, and other major places where we expect large public gatherings. We will be using Python, OpenCV, Keras with Tensorflow as a backend for building the Deep Learning Convolution Neural Network model in this project series. This project is very useful to check Covid-19 spread and contains details of building Convolutional Neural Network as well as Training it, saving, or serializing it, plotting the architecture of Deep Learning Model.
    Jupyter Notebook Link - theaiuniversit...
    The AI University Website: www.theaiuniversity.com
    Get the "The AI University" Android App on Google Playstore
    ------------------------------------------------------------------------------------------------------------
    Join this channel to get access to perks:
    / @theaiuniversity
    ------------------------------------------------------------------------------------------------------------
    FOLLOW ME ON:
    Twitter: / theaiuniverse
    Facebook : / theaiuniversity
    Instagram: / theaiuniversity
    Telegram: t.me/theaiuniv...
    Tool for Keyword Research, Channel Health, Thumbnail Generation for your channel : www.Tubebuddy....
    ▶ GITHUB REPO : github.com/nit...
    About this Channel:
    The AI University is a channel which is on a mission to democratize the Artificial Intelligence, Big Data Hadoop and Cloud Computing education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants as well as providing advanced knowledge to the ones who already possess some of this knowledge.
    Please share, comment, like and subscribe if you liked this video. If you have any specific questions then you can comment on the comment section and I'll definitely try to get back to you.
    ******Other AI, ML, Deep Learning, Augmented Reality related Video Series****
    Deploy Machine Learning Models as Web App using Flask & Docker on Azure Cloud - bit.ly/2Lgnd0g
    Machine Learning Data Pre-processing & Data Wrangling using Python - bit.ly/2K6psly
    Machine Learning & Deep Learning Project - bit.ly/2L0DUwz
    Machine Learning Projects in HINDI - bit.ly/2OSX7l5
    Deep Learning Neural Network Tutorials - bit.ly/2K6e6hB
    Machine Learning & Deep Learning Bootcamp Series - bit.ly/2K4648Q
    Machine Learning using Spark MLLib - bit.ly/2QuKQGK
    Augmented Reality Free Tutorial - bit.ly/32ioysS
    Data Engineering Full Hands-on Course - bit.ly/2CsxSPz
    Hadoop, Machine & Deep Learning on Azure Cloud Tutorial Series - bit.ly/2K74l2I
    Natural Language Processing - bit.ly/2YtXQuF
    Develop Dashboard for Business Intelligence & Data Science(Plotly Dash Tutorial Series) - bit.ly/2Yu1Uen
    Data Science Tip and Tricks and Career Advice - bit.ly/2YvO6QE
    Machine Learning, Deep Learning Maths(Matrix & Vector Operations) - bit.ly/2YxhOEZ
    ******************************************************************
    DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.
    #FaceMaskDetectionSystem #FaceMaskOpenCV #FaceMaskDeepLearning

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

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

    Jupyter Notebook Link - theaiuniversity.com/courses/face-mask-detection-alert-system/
    State True or False:
    Adam optimizer can be looked at as a combination of RMSprop and Stochastic Gradient Descent while doing model training.

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

    Excellent explanation

  • @nishigandhi7409
    @nishigandhi7409 4 года назад +3

    Sir, Facing issue in validation_split, compilation error while coding. Can you please suggest solution?

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

    Excellent 👌 work Nithin. Can you please create few video for yolo object detection

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

    sir
    their is an error in the building CNN model
    " model.add(Conv2D(64,(3,3),input_shape=(img_rows, img_cols, 1))) "
    error is " NameError: name 'img_rows' is not defined "
    please tell me how to correct it .as soon possible
    @ The AI University

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

      Looks like you are not defining the variable img_rows prior to the line of code mentioned in the error

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

    Your videos are superb I have one doubt sir how to alert the person who is not wearing the mask in the public areas using live cameras and captured images

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

    Which s/w nd h/w will be used in this..plz reply..

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

    Hlo Sir I m getting this error while model.predict
    Input0 of layer sequential_3 is incompatible with the layer

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

    Hlo Sir
    how to do the Graphviz step
    its showing an error
    or is it compulsary to save that graph..?

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

    Which algorithm is used in this system?

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

    Hi sir

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

    SIR THERE IS ISSUE IN MODEL.FIT
    CAN YOU GUIDE PLEASE

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

    Recommend me best resource for beginners either ur's or some one else

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

      Here is the step by step approach you could take. You can follow these playlists in the order given to learn ML from scratch: Let me know if you need other help.
      1. Data Science BootCamp - ruclips.net/p/PLlH6o4fAIji7ZWLeh4V7dIXWgCA9RmlOl
      2. Deep Learning Neural Network - ruclips.net/p/PLlH6o4fAIji4BT8YYpqUWCo203nRxIiDR
      3. Build Industry Specific Projects - ruclips.net/p/PLlH6o4fAIji5JmlmEs-MYe1tYBwuwW5ah
      4. Deploy ML Model in Production - ruclips.net/p/PLlH6o4fAIji6FEsjFeo7gRgiwhPUkJ4ap

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

      @@TheAIUniversity thanks sir

  • @shwetasalunkhe396
    @shwetasalunkhe396 Год назад

    from where i can get your code

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

    My validation accuracy comes val_accuracy: 0.8571 how to improve it please suggest??

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

    Sir I have 1000 images data set and then I created a validation set of 20% of the data,but the epochs is doing training of just 29 images

  • @Deep-zk6dl
    @Deep-zk6dl 4 года назад

    can you also make tutorial on project "Detect facial expression in real time and play youtube video" available

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

    sir i couldnt find the codee plz give me link

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

    where can i get model image

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

    sir where can i find this dataset?

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

    Sir can you please share code?

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

    I want to start ML from scratch how to start studying

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

    Sir please share the code..

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

      Sonalika, you can find the entire code by enrolling to the same course for free on www.theaiuniversity.com

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

      @@TheAIUniversity tq sir

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

    Sir can u send ur telegram grp link....

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

    can you give me your code

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

      You can enroll for this course for Free here and get the code : theaiuniversity.com/courses/yolo-v4-object-detection-complete-tutorial/

    • @shrisheekumari2998
      @shrisheekumari2998 2 года назад +1

      @@TheAIUniversity not open

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

    Can u plz help

  • @VikashKumar-ty6uy
    @VikashKumar-ty6uy 4 года назад

    may i have your mail id sir, i am getting some error ,will share it with you.