#592 · Primary category: Computer Vision
faced
🚀 😏 Near Real Time CPU Face detection using deep learning
Project last updated:12/22/19
GitHub Stars
550
Forks
146
Contributors
1
License
MIT
Why we included this project
Faced is a small Python library that runs face detection on a plain laptop CPU at roughly five frames per second, which is enough for prototyping without a GPU. It chains two TensorFlow networks: a YOLO-style fully convolutional stage that proposes candidate boxes, followed by a second CNN that refines them. The author frames it as a proof of concept that a lightweight, single-purpose detector can beat heavyweight multiclass models on CPU, and the README includes a direct comparison with OpenCV's Haar cascades showing more robust results on angled and occluded faces. You get both a simple Python API and a command-line tool for images, video files, and live webcam feeds, and the code is easy to read if you want to see how a compact two-stage detector is built and trained on WIDER FACE. The caveat is honest: the author says it is not production-ready and the models are still being improved.
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)