Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 563 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 563 Bytes

Face-Recognition-Tensorflow 🎭

Jupyter Notebook Guide for implementing Face Recognition and Face Verification algorithms with Tensorflow framework.

  • Face Recognition library used for detecting landmarks on faces.
  • Code involves implementation of triple loss function, togather with implementation of face verification and face recognition algorithms.
  • Inspired from deeplearning.ai Specialization Assignment and used pre-trained models and some of the utility functions from the course
  • Encoded images to 128 dimensional embedding vectors.