Keras implementation of the paper: FaceNet: A Unified Embedding for Face Recognition and Clusterin
- 
- CelebA Dataset
 - Link for downloading face images: img_align_celeba
 
 - 
- Keras 2 (tensorflow backend)
 - open-cv
 - tqdm
 - pandas
 
 - 
- Feature extractor model: Xception
 - Embedding model: FaceNet
 
 - 
Triplet Loss with cosine similarity
Where f_i is the embedding vector of image i
 
- Recognize celebrities with trained FaceNet model
 - Find out your Doppelgänger
 - Beauty test
 

