This presentation discusses building a face recognition system using a Raspberry Pi. It begins with an introduction to face recognition and detection. Face detection locates faces in images and uses the Viola-Jones algorithm with Haar features and an integral image. Face recognition matches input images to a database. The presentation describes using a Raspberry Pi Model B3 for its processing power and interfaces. It can run MATLAB for programming and interface with a camera for input and monitor for output. The system will perform face detection using Haar cascades and potentially add face recognition and motor control in future work.