#122 · Primary category: Computer Vision
gpupixel
Real-time image filter engine based on GPU
Project last updated:08/29/26
GitHub Stars
2.4K
Forks
342
Contributors
21
License
Apache-2.0
Why we included this project
GPUPixel does real-time face beautification on-device: skin smoothing, whitening, and thin-face effects, built on a compact C++11 and OpenGL/ES core. It runs face detection and landmark tracking locally, then pushes frames through a filter chain at full frame rate, which suits live-streaming and video-call apps that can't afford heavy AI models. The library keeps its footprint small and ships for iOS, Android, Mac, Windows, and Linux, so it drops into an existing app without dragging in a large dependency tree. Teams that want commercial-grade beauty effects without writing their own GPU shaders get a ready-made filter set they can combine for more elaborate looks. It's a self-contained image-processing layer rather than a full computer-vision framework.
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)