Open source implementation of the renowned publication titled "DeepFace: Closing the Gap to Human-Level Performance in Face Verification" by Yaniv Taigman, Ming Yang, Marc'Aurelio Ranzato, Lior Wolf published at Conference on Computer Vision and Pattern Recognition (CVPR) 2014.
Implementation of this paper have been done using Keras (tf.keras). This project and necessary research was supported by the TensorFlow Research Cloud (TFRC). GCP resources have been used to train a million-scale machine learning model using Cloud TPUs.
- Python 3.5+
- tensorflow>=1.14.0
- matplotlib
$ pip install requirements.txt
or
$ python3 -m pip install requirements.txt
$ pip install git+https://github.com/swghosh/DeepFace.git