#35 · Primary category: Computer Vision
openface
Face recognition with deep neural networks.
Project last updated:07/18/26
GitHub Stars
15.4K
Forks
3.6K
Contributors
32
License
Apache-2.0
Why we included this project
OpenFace is a good starting point for teams that want face recognition in an application without building the network from scratch. It turns face images into compact numeric embeddings, which is what lets you compare two photos or train a classifier on your own people, and you can also run recognition live from a webcam. The repo ships working demos for image comparison, batch representation generation, and webcam classification, plus scripts to train new models if the pretrained ones don't fit your data. Because it's built on Torch and Python with a documented API, developers can follow the pipeline rather than treat it as a black box. It's a reasonable fit for prototyping identity verification or attendance features, and the Apache 2.0 license makes it safe to build on commercially.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)