FaceGNN / README.md
ShakhawatShanin's picture
Update README.md
b61b399 verified

This study proposes a novel approach for face recognition by leveraging Graph Neural Networks (GNNs) to classify face embeddings extracted from face images. The methodology comprises three main phases: (1) dataset preparation and embedding generation, (2) graph construction using k-Nearest Neighbors (k-NN), and (3) training and evaluation of a GNN-based classifier.