Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

google-ai-edge/mediapipe

36,530C++Apache-2.0

Google's toolkit for running face, hand, pose and object recognition AI directly on your phone or browser, no cloud needed

MediaPipe is Google's open-source toolkit for building on-device machine learning features like face, hand, and pose tracking that run on phones, web browsers, desktops, and edge devices. It ships pre-trained models plus tools to customize them with your own data and visualize results in the browser. Because processing happens on the device itself, input data like images or video never has to be sent to a server.

What it does

  1. MediaPipe Solutions bundles ready-to-use AI 'Tasks' (APIs) for vision, text, and audio jobs such as object detection, text classification, and audio classification, deployable across Android, iOS, web, and desktop.
  2. MediaPipe Model Maker lets developers retrain these models on their own data, and MediaPipe Studio lets them visualize and benchmark results directly in a browser.
  3. Underneath the pre-built solutions sits MediaPipe Framework, a lower-level C++ system built from 'Packets' (data units), 'Graphs' (pipeline structure), and 'Calculators' (processing nodes) for building custom real-time ML pipelines.
  4. Because input data such as images, video, or text is processed on-device rather than sent to Google servers, apps can use these APIs even for privacy-sensitive data, though usage metrics about API performance are still sent to Google.
  5. The project has been used in real products including Google Meet's background effects, AR art features, sign-language interfaces, and prosthesis control, and the repository has over 36,000 GitHub stars.

Why it matters

MediaPipe gives developers a free, production-tested way to add real-time camera and audio AI features to apps without building models from scratch or relying on server round-trips. Its on-device privacy design and cross-platform reach (mobile, web, desktop, edge) make it a practical foundation for teams shipping perception features quickly.

Terms in this repo

  • MediaPipe Tasks · 미리 만들어진 비전/텍스트/오디오 AI 기능을 앱에 바로 연결할 수 있는 API 묶음
  • MediaPipe Framework · Packets, Graphs, Calculators로 실시간 처리 파이프라인을 직접 만드는 저수준 C++ 시스템
  • on-device processing · 이미지나 영상 같은 입력 데이터를 서버로 보내지 않고 기기 안에서 바로 처리하는 방식
  • Model Maker · 자신의 데이터로 기존 모델을 다시 학습시켜 맞춤화하는 도구
  • MediaPipe Studio · 브라우저에서 모델 결과를 시각화하고 성능을 비교 평가하는 도구

Repository description (English)

Cross-platform, customizable ML solutions for live and streaming media.

Owner · google-deepmind

Open on GitHub

Trending repos

All repos →

Latest from METAL MEDIA