❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 27th, 2023]
This course is designed to teach intermediate Python programmers how to create an end-to-end application that can detect smiles in images and videos. Through this course, learners will use deep learning to train a convolutional neural network on the SMILES dataset, which contains faces of people smiling and not smiling. After training the network, Haar cascades will be used to detect a face in an image, extract the face region from the image, pass the face region to the network for classification, and annotate the image with the label "smiling" or "not smiling" depending on the output of the network. Upon completion of the course, learners will have a fully functional smile detection application that they can use in their own projects.
Course Syllabus
Smile Detection