Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pytorch | 71,230 | 3,341 | 6,728 | 8 hours ago | 37 | May 08, 2023 | 12,813 | other | Python | |
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Tensorflow Examples | 42,312 | a year ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
Pytorch Tutorial | 27,137 | 2 months ago | 85 | mit | Python | |||||
PyTorch Tutorial for Deep Learning Researchers | ||||||||||
Darknet | 24,638 | 6 days ago | 1,963 | other | C | |||||
Convolutional Neural Networks | ||||||||||
Awesome Tensorflow | 16,809 | 9 months ago | 30 | cc0-1.0 | ||||||
TensorFlow - A curated list of dedicated resources http://tensorflow.org | ||||||||||
Gnnpapers | 14,779 | 14 days ago | 12 | |||||||
Must-read papers on graph neural networks (GNN) | ||||||||||
Openface | 14,711 | 4 months ago | 10 | apache-2.0 | Lua | |||||
Face recognition with deep neural networks. | ||||||||||
Pwc | 14,522 | 4 years ago | 22 | |||||||
Papers with code. Sorted by stars. Updated weekly. | ||||||||||
Deeplearning_ai_books | 14,417 | 2 years ago | 53 | HTML | ||||||
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源) | ||||||||||
Neural Networks And Deep Learning | 14,073 | 7 months ago | 8 | Python | ||||||
Code samples for my book "Neural Networks and Deep Learning" |
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.
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.
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 |
dlib-models (68 face landmark detector) | No | CC0 |