{"id":13433312,"url":"https://github.com/cmusatyalab/openface","last_synced_at":"2025-04-23T20:47:44.909Z","repository":{"id":37678127,"uuid":"42586612","full_name":"cmusatyalab/openface","owner":"cmusatyalab","description":"Face recognition with deep neural networks.","archived":false,"fork":false,"pushed_at":"2024-10-04T12:59:04.000Z","size":24629,"stargazers_count":15263,"open_issues_count":3,"forks_count":3602,"subscribers_count":750,"default_branch":"master","last_synced_at":"2025-04-08T17:07:19.613Z","etag":null,"topics":["deep-learning","face-recognition","facenet"],"latest_commit_sha":null,"homepage":"http://cmusatyalab.github.io/openface/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmusatyalab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-16T12:47:27.000Z","updated_at":"2025-04-08T07:51:04.000Z","dependencies_parsed_at":"2022-07-14T11:47:30.572Z","dependency_job_id":"d5cf3555-0095-47e4-a648-594fbe7ff409","html_url":"https://github.com/cmusatyalab/openface","commit_stats":{"total_commits":723,"total_committers":32,"mean_commits":22.59375,"dds":0.5145228215767634,"last_synced_commit":"051475225b5ae335918621077313085bbb7ab5a0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmusatyalab%2Fopenface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmusatyalab%2Fopenface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmusatyalab%2Fopenface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmusatyalab%2Fopenface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmusatyalab","download_url":"https://codeload.github.com/cmusatyalab/openface/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513616,"owners_count":21443202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","face-recognition","facenet"],"created_at":"2024-07-31T02:01:24.009Z","updated_at":"2025-04-23T20:47:44.885Z","avatar_url":"https://github.com/cmusatyalab.png","language":"Lua","funding_links":[],"categories":["Researchers","Python","Computer Vision","Lua","Table of Contents","Research \u0026 Data Analysis","Projects","实战项目","Model Zoo"],"sub_categories":["Miscellaneous","Classification \u0026 Detection \u0026 Tracking","Blogs","Global AI Projects","人脸识别项目","Convolutional Networks"],"readme":"# OpenFace • [![Build Status][travis-image]][travis] [![Release][release-image]][releases] [![License][license-image]][license] [![Gitter][gitter-image]][gitter]\n\n*Free and open source face recognition with\ndeep neural networks.*\n\n\n[travis-image]: https://travis-ci.org/cmusatyalab/openface.svg?branch=master\n[travis]: http://travis-ci.org/cmusatyalab/openface\n\n[release-image]: http://img.shields.io/badge/release-0.2.1-blue.svg?style=flat\n[releases]: https://github.com/cmusatyalab/openface/releases\n\n[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat\n[license]: LICENSE\n\n[gitter-image]: https://badges.gitter.im/Join%20Chat.svg\n[gitter]: https://gitter.im/cmusatyalab/openface\n\n---\n\n+ Website: http://cmusatyalab.github.io/openface/\n+ [API Documentation](http://openface-api.readthedocs.org/en/latest/index.html)\n+ Join the\n  [cmu-openface group](https://groups.google.com/forum/#!forum/cmu-openface)\n  or the\n  [gitter chat](https://gitter.im/cmusatyalab/openface)\n  for discussions and installation issues.\n+ Development discussions and bugs reports are on the\n  [issue tracker](https://github.com/cmusatyalab/openface/issues).\n\n---\n\nThis research was supported by the National Science Foundation (NSF)\nunder grant number CNS-1518865.  Additional support\nwas provided by the Intel Corporation, Google, Vodafone, NVIDIA, and the\nConklin Kistler family fund.  Any opinions, findings, conclusions or\nrecommendations expressed in this material are those of the authors\nand should not be attributed to their employers or funding sources.\n\n# What's in this repository?\n+ [batch-represent](https://github.com/cmusatyalab/openface/tree/master/batch-represent): Generate representations from\n  a batch of images. [Example directory structure.](https://gist.github.com/bamos/f03037f5df7e05ad0cc8)\n+ [demos/web](https://github.com/cmusatyalab/openface/tree/master/demos/web): Real-time web demo.\n+ [demos/compare.py](https://github.com/cmusatyalab/openface/tree/master/demos/compare.py): Demo to compare two images.\n+ [demos/vis-outputs.lua](https://github.com/cmusatyalab/openface/tree/master/demos/vis-outputs.lua): Demo to\n  visualize the network's outputs.\n+ [demos/classifier.py](https://github.com/cmusatyalab/openface/tree/master/demos/classifier.py): Demo to train and use classifiers.\n+ [demos/classifier_webcam.py](https://github.com/cmusatyalab/openface/blob/master/demos/classifier_webcam.py): Demo to use a trained classifier on a webcam stream.\n+ [evaluation](https://github.com/cmusatyalab/openface/blob/master/evaluation): LFW accuracy evaluation scripts.\n+ [openface](https://github.com/cmusatyalab/openface/tree/master/openface): Python library code.\n+ [models](https://github.com/cmusatyalab/openface/tree/master/models): Model directory for openface and 3rd party libraries.\n+ [tests](https://github.com/cmusatyalab/openface/tree/master/tests): Tests for scripts and library code, including neural network training.\n+ [training](https://github.com/cmusatyalab/openface/tree/master/training): Scripts to train new OpenFace neural network models.\n+ [util](https://github.com/cmusatyalab/openface/tree/master/util): Utility scripts.\n\n# Citations\n\nPlease cite OpenFace in your publications if it helps your research.\nThe following is a [BibTeX](http://www.bibtex.org/) and plaintext reference for our\n[OpenFace tech report](http://reports-archive.adm.cs.cmu.edu/anon/anon/2016/CMU-CS-16-118.pdf).\n\n```\n@techreport{amos2016openface,\n  title={OpenFace: A general-purpose face recognition\n    library with mobile applications},\n  author={Amos, Brandon and Bartosz Ludwiczuk and Satyanarayanan, Mahadev},\n  year={2016},\n  institution={CMU-CS-16-118, CMU School of Computer Science},\n}\n\nB. Amos, B. Ludwiczuk, M. Satyanarayanan,\n\"Openface: A general-purpose face recognition library with mobile applications,\"\nCMU-CS-16-118, CMU School of Computer Science, Tech. Rep., 2016.\n```\n\n# Licensing\nUnless otherwise stated, the source code and trained Torch and Python\nmodel files are copyright Carnegie Mellon University and licensed\nunder the [Apache 2.0 License](./LICENSE).\nPortions from the following third party sources have\nbeen modified and are included in this repository.\nThese portions are noted in the source files and are\ncopyright their respective authors with\nthe licenses listed.\n\nProject | Modified | License\n---|---|---|\n[Atcold/torch-TripletEmbedding](https://github.com/Atcold/torch-TripletEmbedding) | No | MIT\n[facebook/fbnn](https://github.com/facebook/fbnn) | Yes | BSD\n[dlib-models](https://github.com/davisking/dlib-models) (68 face landmark detector) | No | CC0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmusatyalab%2Fopenface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmusatyalab%2Fopenface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmusatyalab%2Fopenface/lists"}