Cross-platform, customizable ML solutions for live and streaming media.
Go to file
Sebastian Schmidt e5f28bc136 Make AudioTools compile when build from python:framework_bindings
PiperOrigin-RevId: 523158401
2023-04-10 11:00:15 -07:00
.github Merge pull request #4057 from kuaashish:master 2023-02-07 13:29:56 -08:00
docs fixed errors in docs 2023-04-06 05:19:13 +05:30
mediapipe Merge pull request #4263 from kinaryml:face-stylizer-python-tests 2023-04-10 10:39:50 -07:00
third_party Make AudioTools compile when build from python:framework_bindings 2023-04-10 11:00:15 -07:00
.bazelrc Project import generated by Copybara. 2022-05-05 19:57:20 +00:00
.bazelversion Internal change 2023-03-31 10:33:27 -07:00
.dockerignore Project import generated by Copybara. 2019-06-16 16:06:57 -07:00
.gitignore Set up the Open Source build for MediaPipe Tasks Web 2022-11-04 10:59:32 -07:00
build_android_examples.sh Project import generated by Copybara. 2022-03-21 12:12:39 -07:00
build_desktop_examples.sh Project import generated by Copybara. 2022-03-21 12:12:39 -07:00
build_ios_examples.sh Project import generated by Copybara. 2022-03-21 12:12:39 -07:00
BUILD.bazel Set up the Open Source build for MediaPipe Tasks Web 2022-11-04 10:59:32 -07:00
CONTRIBUTING.md Project import generated by Copybara. 2021-12-13 15:56:02 -08:00
Dockerfile Internal change 2023-03-31 10:33:27 -07:00
LICENSE Internal change 2023-03-15 10:56:32 -07:00
MANIFEST.in Project import generated by Copybara. 2022-09-06 21:46:17 +00:00
package.json Open Source the first set of MediaPipe Tasks tests for Web 2022-12-07 12:15:34 -08:00
README.md fixed errors in docs 2023-04-06 05:19:13 +05:30
requirements.txt Add the minimum version number requirement to sounddevice in requirements.txt. 2023-03-31 13:27:42 -07:00
setup_android_sdk_and_ndk.sh Project import generated by Copybara. 2022-06-28 12:11:05 +00:00
setup_opencv.sh Project import generated by Copybara. 2021-09-01 18:15:31 -07:00
setup.py Fix indent 2023-04-07 16:59:03 -07:00
tsconfig.json Open Source the first set of MediaPipe Tasks tests for Web 2022-12-07 12:15:34 -08:00
WORKSPACE Make AudioTools compile when build from python:framework_bindings 2023-04-10 11:00:15 -07:00
yarn.lock Open Source the first set of MediaPipe Tasks tests for Web 2022-12-07 12:15:34 -08:00

layout title nav_order
default Home 1

MediaPipe


Attention: Thanks for your interest in MediaPipe! We have moved to https://developers.google.com/mediapipe as the primary developer documentation site for MediaPipe as of April 3, 2023.

This notice and web page will be removed on June 1, 2023.

































Live ML anywhere

MediaPipe offers cross-platform, customizable ML solutions for live and streaming media.

accelerated.png cross_platform.png
End-to-End acceleration: Built-in fast ML inference and processing accelerated even on common hardware Build once, deploy anywhere: Unified solution works across Android, iOS, desktop/cloud, web and IoT
ready_to_use.png open_source.png
Ready-to-use solutions: Cutting-edge ML solutions demonstrating full power of the framework Free and open source: Framework and solutions both under Apache 2.0, fully extensible and customizable

ML solutions in MediaPipe

Face Detection Face Mesh Iris Hands Pose Holistic
face_detection face_mesh iris hand pose hair_segmentation
Hair Segmentation Object Detection Box Tracking Instant Motion Tracking Objectron KNIFT
hair_segmentation object_detection box_tracking instant_motion_tracking objectron knift
Android iOS C++ Python JS Coral
Face Detection
Face Mesh
Iris
Hands
Pose
Holistic
Selfie Segmentation
Hair Segmentation
Object Detection
Box Tracking
Instant Motion Tracking
Objectron
KNIFT
AutoFlip
MediaSequence
YouTube 8M

See also MediaPipe Models and Model Cards for ML models released in MediaPipe.

Getting started

To start using MediaPipe solutions with only a few lines code, see example code and demos in MediaPipe in Python and MediaPipe in JavaScript.

To use MediaPipe in C++, Android and iOS, which allow further customization of the solutions as well as building your own, learn how to install MediaPipe and start building example applications in C++, Android and iOS.

The source code is hosted in the MediaPipe Github repository, and you can run code search using Google Open Source Code Search.

Publications

Videos

Events

Community

Alpha disclaimer

MediaPipe is currently in alpha at v0.7. We may be still making breaking API changes and expect to get to stable APIs by v1.0.

Contributing

We welcome contributions. Please follow these guidelines.

We use GitHub issues for tracking requests and bugs. Please post questions to the MediaPipe Stack Overflow with a mediapipe tag.