This document presents an approach to detect attentiveness from the periocular region surrounding the eyes. It first detects faces in an image using a classifier trained on facial features. It then isolates the periocular region by reducing the height of the bounding box around the detected face. Features are extracted from the periocular region using HOG descriptors and fed into an SVM classifier trained to identify attentiveness. The approach aims to predict attentiveness with minimal computational cost by focusing analysis on the periocular region rather than full face recognition or extensive image processing.