This document summarizes a biometric attendance management system that uses Raspberry Pi. The system uses two modules - fingerprint and facial recognition - to uniquely record student attendance. Fingerprint data is stored and matched using an optical fingerprint reader connected to Raspberry Pi. Facial recognition uses the PiCamera module and implements LBPH face recognition to detect and recognize faces from a pre-registered dataset. Recorded attendance data is sent to a Firebase real-time database using Python. This allows attendance data to be retrieved and customized reports to be generated from a web application. The system aims to provide a fully functional backup method for recording attendance compared to other existing biometric systems.