Fluxmux / facematching

Deep-learning based face matching algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Matching

To read my thesis download this pdf

This repository contains the code for training the convolutional neural network and testing it. In this repository all computations are done on cleartext data. To see the code for the secure face matching algorithm click here.

Notes

Since GitHub doesn't allow uploads of big datasets, the AT&T database of faces must be downloaded manualy. You can find this dataset here.

About

Deep-learning based face matching algorithm


Languages

Language:Python 98.6%Language:Shell 1.4%