Computer Vision | Facial Recognition with Keras, FaceNet, Inception, Siamese Networks
See project repository on GitHub.
This repo contains one notebook, where I use Keras and customize a pretrained Inception model which I then use for building a Siamese Network that performs face recognition.
Facial recognition is the task of looking at an image showing the face of a person and being able to identify that person from a collectiong of images already present in our database.
To build such a system, I'm using:
How to use this repo: Open the Jupyter Notebook in this folder. You can clone it, download it or just read it here. There is also a link at the top of the Notebook which takes you to the same Notebook on Kaggle.
PreviousComputer Vision | Convolutional Neural Networks with PyTorchNextNLP | Topic modeling on tweets
Last updated