abhinavmaurya747 / Face-Recognition-One-Shot-Learning-

This project is based on Siamese Neural Networks & Triplet Loss Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-Recognition-One-Shot-Learning-

This project is based on Siamese Neural Networks & Triplet Loss Functions

Used research papers :-

1. DeepFace: Closing the Gap to Human-Level Performance in Face Verification
2. FaceNet: A Unified Embedding for Face Recognition and Clustering

Description :-

Standard deep learning classification required huge amount of dataset to predict with good accuracy. So, we have used the data used in the given research papers to implement the model. For every new image the image is added to our model without retraining our model. This way of learning is called One-shot learning.

Modules :-

  1. Numpy
  2. Pandas
  3. OpenCV
  4. Tensorflow
  5. Keras
  6. H5py
  7. Matplotlib

About

This project is based on Siamese Neural Networks & Triplet Loss Functions


Languages

Language:Jupyter Notebook 95.0%Language:Python 5.0%