aiyubali commited on
Commit
4c0d61d
·
verified ·
1 Parent(s): 4df545d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -4,16 +4,16 @@ license: apache-2.0
4
 
5
  # 🧠 FaceGNN v1.1
6
 
7
- FaceGNN is a graph-based facial recognition system that combines deep learning feature extraction with Graph Neural Networks (GNNs) for robust identity classification. It supports embedding generation via FaceGNN and offers a reliable system.
8
-
9
  ---
10
 
 
11
  ## 📊 Project Overview
12
 
13
  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:
14
- - (1) dataset preparation and embedding generation.
15
- - (2) graph construction using k-Nearest Neighbors (k-NN).
16
- - (3) training and evaluation of a GNN-based classifier.
17
 
18
  ---
19
 
 
4
 
5
  # 🧠 FaceGNN v1.1
6
 
7
+ FaceGNN is a graph-based facial recognition system that combines deep learning feature extraction with Graph Neural Networks (GNNs) for robust secure identity classification. It supports embedding generation through both augmented and non-augmented versions using Graph neural networks. This reliable system has been thoroughly evaluated and consistently demonstrates superior performance, making it well-suited for real-world, high-security applications.
 
8
  ---
9
 
10
+
11
  ## 📊 Project Overview
12
 
13
  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:
14
+ - dataset preparation and embedding generation.
15
+ - graph construction using k-Nearest Neighbors (k-NN).
16
+ - training and evaluation of a GNN-based classifier.
17
 
18
  ---
19