This document discusses facial expression recognition using local binary patterns and support vector machines. It begins by introducing facial expression recognition and its importance. It then describes preprocessing face images, detecting faces, extracting features using local binary patterns, and classifying expressions with support vector machines. Specifically, it details extracting LBP histograms from local regions of faces, concatenating them into a feature vector, and using an SVM for multi-class classification of expressions like happy, sad, angry, etc. Overall, the document provides an overview of the key steps involved in an automatic facial expression recognition system using LBP features and SVM classification.