Go to file
Brandon Amos 97315327a7 Docs: Update usage example. 2015-12-30 13:17:59 -05:00
api-docs Finish API changes and inline Python docs for #73. 2015-12-30 13:14:30 -05:00
batch-represent Fix luacheck warnings. 2015-12-27 09:09:14 -05:00
demos Finish API changes and inline Python docs for #73. 2015-12-30 13:14:30 -05:00
docs Docs: Update usage example. 2015-12-30 13:17:59 -05:00
evaluation flake8 improvements. 2015-12-24 11:45:00 -05:00
images Update LFW results with changes from #50. 2015-12-10 21:04:00 -05:00
models nn2.def: Add normalization. 2015-12-28 21:29:13 -05:00
openface Finish API changes and inline Python docs for #73. 2015-12-30 13:14:30 -05:00
training Training: Add script to run lfw evaluation on the latest model. 2015-12-28 16:54:35 -05:00
util Finish API changes and inline Python docs for #73. 2015-12-30 13:14:30 -05:00
.gitignore Initial commit of Sphinx API docs. 2015-12-24 13:23:45 -05:00
.gitmodules Add torch-TripletEmbedding submodule. 2015-09-18 16:57:25 -04:00
.travis.yml Travis: Run pep257 to check docstrings. 2015-12-30 13:14:55 -05:00
Dockerfile Dockerfile: Make the default command start the web demo. 2015-12-23 18:42:40 -05:00
LICENSE Add LICENSE. 2015-09-23 19:28:51 -04:00
README.md Correct links to API docs. 2015-12-24 18:48:06 -05:00
cloc.sh Update cloc.sh 2015-10-13 08:03:08 -04:00
mkdocs.yml mkdocs: Link to API documentation. 2015-12-24 13:52:39 -05:00
requirements.txt Requirements: Add nose. 2015-12-22 23:11:26 -05:00
setup.py Refactor Python interface. 2015-12-29 19:57:29 -05:00
test.py Finish API changes and inline Python docs for #73. 2015-12-30 13:14:30 -05:00

README.md

OpenFace

Free and open source face recognition with deep neural networks.

[ ![Build Status] travis-image ] travis [ ![Release] release-image ] releases [ License license-image ] license [ Gitter gitter-image ] gitter



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

The following is a BibTeX and plaintext reference for the OpenFace GitHub repository. The reference may change in the future. The BibTeX entry requires the url LaTeX package.

@misc{amos2015openface,
    title        = {{OpenFace: Face Recognition with Deep Neural Networks}},
    author       = {Amos, Brandon and Harkes, Jan and Pillai, Padmanabhan and Elgazzar, Khalid and Satyanarayanan, Mahadev},
    howpublished = {\url{http://github.com/cmusatyalab/openface}},
    note         = {Accessed: 2015-11-11}
}

Brandon Amos, Jan Harkes, Padmanabhan Pillai, Khalid Elgazzar,
and Mahadev Satyanarayanan.
OpenFace: Face Recognition with Deep Neural Networks.
http://github.com/cmusatyalab/openface.
Accessed: 2015-11-11.

Licensing

The source code and trained models nn4.v1.t7 and celeb-classifier.nn4.v1.t7 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