This document describes a project to implement facial recognition using a Raspberry Pi. The project aims to provide a low-cost solution for facial recognition. The system uses a Raspberry Pi with a webcam to capture images and Python/OpenCV for facial detection and recognition algorithms. The project captures images to create a training dataset, trains a model, and then works to detect and recognize faces in new images. Some challenges included limited training data and inability to integrate messaging services due to encryption. Future work may focus on adding a display and improving accuracy and speed.