Cross-platform, customizable ML solutions for live and streaming media.
Go to file
MediaPipe Team 9054ff7283 Internal change
PiperOrigin-RevId: 511928038
2023-02-27 11:02:58 -08:00
.github Merge pull request #4057 from kuaashish:master 2023-02-07 13:29:56 -08:00
docs Internal change 2023-02-27 11:02:58 -08:00
mediapipe ImageToTensorCalculator decides the output tensor size in runtime from the input image size. 2023-02-23 14:18:31 -08:00
third_party add TensorsToFaceLandmarksGraph to support two types of face mesh models. 2023-02-22 16:22:13 -08:00
.bazelrc Project import generated by Copybara. 2022-05-05 19:57:20 +00:00
.bazelversion Project import generated by Copybara. 2022-06-28 12:11:05 +00: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 Install node and npm on Docker as a prerequisite to open sourcing the Web files 2022-11-02 16:45:52 -07:00
LICENSE Project import generated by Copybara. 2019-06-16 16:06:57 -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 Project import generated by Copybara. 2022-09-06 21:46:17 +00:00
requirements.txt Enable using tasks metadata components in MediaPipe PyPI packages. 2022-11-04 09:49:13 -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 Remove scripts for building MediaPipe Python 3.7 wheels. 2022-12-21 11:12:27 -08:00
tsconfig.json Open Source the first set of MediaPipe Tasks tests for Web 2022-12-07 12:15:34 -08:00
WORKSPACE Add @ to all references to files in WORKSPACE.bazel. 2023-02-22 08:36:36 -08: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


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.