awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jeeliz avatar

jeeliz/jeelizFaceFilter

0
View on GitHub↗
2,883 stars·548 forks·JavaScript·apache-2.0·36 viewsjeeliz.com↗

JeelizFaceFilter

jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and real-time facial movement tracking. It functions as a neural network face detector that identifies multiple faces and monitors mouth movements and rotation within a web browser.

The system distinguishes itself through a model-swappable detection pipeline, allowing the exchange of neural network weights to balance accuracy and performance across different camera angles and devices. It features real-time lighting synchronization to match the illumination of 3D overlays with the user's environment and generative AI capabilities to create 3D product models from images.

The library covers a broad range of capabilities, including GPU-accelerated rendering for virtual try-on experiences, coordinate-based asset mapping for 3D content integration, and execution state control to manage GPU resource consumption. It also provides tools for video input configuration, including camera resolution and device selection.

Features

  • Neural Face Renderers - Renders lifelike 3D models onto detected faces using synchronized lighting for seamless integration.
  • Augmented Reality Frameworks - Renders 3D objects and virtual assets onto a user's face through a web browser.
  • Face Detection - Identifies and tracks several unique faces simultaneously within a single video stream.
  • Face Tracking - Monitors face rotation and mouth opening in real time to provide coordinates for AR overlays.
  • WebGL - Uses WebGL and neural networks to track facial movement and rotation in real time within a browser.
  • Face Detection - Provides a configurable detection system that allows swapping models to balance performance and accuracy.
  • Web-Based Computer Vision - Implements client-side face detection and movement monitoring directly within a web browser.
  • Neural Networks - Uses machine learning models to locate faces and extract landmarks from a live video stream in real time.
  • Digital Face Filters - Overlays 3D models and virtual assets onto detected faces with synchronized lighting and coordinates.
  • GPU-Accelerated Media Rendering - Processes 3D overlays and visual effects using the GPU to maintain high frame rates on the web.
  • Environmental Lighting Estimation - Calculates light source direction and intensity from video input to apply matching shaders to 3D objects.
  • Real-Time Motion Tracking - Monitors facial rotation and mouth movements in a video stream for interactive digital overlays.
  • Dynamic Lighting Synchronization - Matches the lighting of 3D overlays to the user's face in real time for realistic visual integration.
  • Facial Landmark Mapping - Maps detected facial landmarks to a 3D coordinate system to align virtual objects with facial movements.
  • 3D Asset Generators - Automatically creates detailed 3D product models from images and product pages using generative AI.
  • Inference Performance Optimization - Adjusts face detection models to balance processing speed and accuracy based on camera angles or device performance.
  • Model Weight Swapping - Allows switching between different neural network weights to optimize for specific camera angles or device performance.
  • 3D Asset Integrations - Enables connecting facial tracking data to external engines or web APIs to render virtual objects onto faces.
  • Virtual Try-On Interfaces - Allows users to see how 3D product models look on their face using real-time tracking and lighting.

Star history

Star history chart for jeeliz/jeelizfacefilterStar history chart for jeeliz/jeelizfacefilter

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with JeelizFaceFilter

These projects share indexed features with JeelizFaceFilter. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • microsoft/windows-universal-samplesmicrosoft avatar

    microsoft/Windows-universal-samples

    9,696View on GitHub↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    JavaScript
    View on GitHub↗9,696
  • eduardolundgren/tracking.jseduardolundgren avatar

    eduardolundgren/tracking.js

    9,472View on GitHub↗

    tracking.js is a browser computer vision library written in JavaScript for performing real-time image analysis and object tracking directly within a web browser. It functions as a real-time object tracker, a color tracking tool, and a face detection utility. The library enables the detection and monitoring of specific color ranges, human faces, and known visual patterns across consecutive video frames. It extracts visual features and descriptors from images to identify distinct landmarks for matching and tracking. The project covers broad computer vision capabilities, including the ability t

    JavaScript
    View on GitHub↗9,472
  • jeromeetienne/ar.jsjeromeetienne avatar

    jeromeetienne/AR.js

    15,801View on GitHub↗

    AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using WebGL and WebRTC. It provides a cross-platform runtime that executes on mobile devices and head-mounted displays without requiring a dedicated application installation. The framework includes a marker-based engine for detecting physical patterns or barcodes to anchor digital overlays, a location-based tool for positioning entities via GPS coordinates, and a face tracking library for anchoring content to human facial features. It supports multi-marker simultaneous tracking, custom

    HTMLa-framethree-jswebar
    View on GitHub↗15,801
  • xlite-dev/lite.ai.toolkitxlite-dev avatar

    xlite-dev/lite.ai.toolkit

    4,413View on GitHub↗

    lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of pre-trained models for object detection, image classification, and segmentation on resource-constrained devices. The project features a multi-backend inference engine that supports the ONNX model runtime, allowing AI models to run across different hardware targets. It includes a GPU-accelerated pipeline specifically for NVIDIA hardware to reduce latency and increase processing speed. The toolkit covers a broad range of facial analysis capabilities, including emotion detection, gender

    C++
    View on GitHub↗4,413
Compare all 30 related projects→

Frequently asked questions

What does jeeliz/jeelizfacefilter do?

jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and real-time facial movement tracking. It functions as a neural network face detector that identifies multiple faces and monitors mouth movements and rotation within a web browser.

What are the main features of jeeliz/jeelizfacefilter?

The main features of jeeliz/jeelizfacefilter are: Neural Face Renderers, Augmented Reality Frameworks, Face Detection, Face Tracking, WebGL, Web-Based Computer Vision, Neural Networks, Digital Face Filters.

Which projects share features with jeeliz/jeelizfacefilter?

Projects with overlapping indexed features include: microsoft/windows-universal-samples — This repository is a comprehensive collection of reference implementations and sample libraries for the Universal… eduardolundgren/tracking.js — tracking.js is a browser computer vision library written in JavaScript for performing real-time image analysis and… jeromeetienne/ar.js — AR.js is a web-based augmented reality framework used to create immersive experiences directly in a browser using… xlite-dev/lite.ai.toolkit — lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of… auduno/clmtrackr — clmtrackr is a JavaScript computer vision library designed for facial landmark detection and real-time tracking. It… steveseguin/vdo.ninja — VDO.Ninja is a low-latency peer-to-peer media routing service and video streaming platform designed to integrate…