This project is an implementation of Siamese Neural Networks
This repository is an implemantation of siamese network using one shot learning which can be found at Deeplearning.ai on coursera
The implementation is inspired by two path breaking papers on facial recognition using deep convoluted neural network, namely FaceNet and DeepFace.
I have used pre trained model Keras-OpenFace which is an open source Keras implementation of the OpenFace (Originally Torch implemented)
please do note that this is not the true implementation of inception network,This model has been designed keeping in mind the network architechture of Inception Network
ps: this is a part of a project from Deepleaning.ai Specialization on Convolutional Neural Networks