Go to file
Brandon Amos d1fcf1c46d
Update README tags for CommonMark.
2017-03-27 02:15:37 -04:00
.github
api-docs
batch-represent
data
demos Use https for the model downloads. 2017-02-07 13:43:42 -05:00
docs Use https for the model downloads. 2017-02-07 13:43:42 -05:00
evaluation
images
models Use https for the model downloads. 2017-02-07 13:43:42 -05:00
openface Torch Neural Net: Add deconstructor back. 2017-01-07 18:39:26 -05:00
tests
training
util
.gitignore
.gitmodules
.travis.yml Use https for the model downloads. 2017-02-07 13:43:42 -05:00
CONTRIBUTING.md
Dockerfile
LICENSE
README.md Update README tags for CommonMark. 2017-03-27 02:15:37 -04:00
cloc.sh
mkdocs.yml
opencv-dlib-torch.Dockerfile
requirements.txt
run-tests.sh
setup.py

README.md

OpenFace • Build Status Release License Gitter

Free and open source face recognition with deep neural networks.



This research was supported by the National Science Foundation (NSF) under grant number CNS-1518865. Additional support was provided by the Intel Corporation, Google, Vodafone, NVIDIA, and the Conklin Kistler family fund. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and should not be attributed to their employers or funding sources.

What's in this repository?

Citations

Please cite OpenFace in your publications if it helps your research. The following is a BibTeX and plaintext reference for our OpenFace tech report.

@techreport{amos2016openface,
  title={OpenFace: A general-purpose face recognition
    library with mobile applications},
  author={Amos, Brandon and Bartosz Ludwiczuk and Satyanarayanan, Mahadev},
  year={2016},
  institution={CMU-CS-16-118, CMU School of Computer Science},
}

B. Amos, B. Ludwiczuk, M. Satyanarayanan,
"Openface: A general-purpose face recognition library with mobile applications,"
CMU-CS-16-118, CMU School of Computer Science, Tech. Rep., 2016.

Licensing

Unless otherwise stated, the source code and trained Torch and Python model files are copyright Carnegie Mellon University and licensed under the Apache 2.0 License. Portions from the following third party sources have been modified and are included in this repository. These portions are noted in the source files and are copyright their respective authors with the licenses listed.

Project Modified License
Atcold/torch-TripletEmbedding No MIT
facebook/fbnn Yes BSD