#199 · Primary category: Computer Vision
facetorch
Python library for analysing faces using PyTorch
Project last updated:08/30/26
GitHub Stars
611
Forks
53
Contributors
3
License
Apache-2.0
Why we included this project
Facetorch bundles community-built face analysis models into a single PyTorch toolkit, covering detection, landmarks, expression, verification, action units, and 3D alignment. Because the models are serialized with torch.export into .pt2 artifacts, you can run inference without the original model source code, with dynamic batch sizes and torch.compile support. Hydra and OmegaConf handle configuration, and the project ships Docker images and a Colab notebook, so it is easy to test on CPU or GPU before committing to a deployment. Teams building identity checks, emotion analytics, or deepfake screening will find a curated model set that saves them from wiring together several separate repositories, though the Linux x86-64 focus and pinned PyTorch versions mean you should check your target environment first.
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)