This document describes a face recognition system created by three students from Vietnam National University, Hanoi. The system uses a PDBNN algorithm for face detection and recognition. It first applies discrete Fourier transforms to input images before using neural network filters and merging to detect faces. Eye localization then precisely finds eyes before facial features are extracted using principal component analysis, Fisher's linear discriminant, or local feature analysis. The extracted feature vectors are input to face recognition to identify individuals. Potential applications of the system include security, access control, surveillance, photo tagging, and digital photography.