#122 · Primary category: Computer Vision

gpupixel

ai android beautyface face-detection filter gpu gpuimage image ios landmarks opengl thinface video webrtc

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