2020-06-06 01:49:27 +02:00
---
layout: default
title: Solutions
nav_order: 3
has_children: true
has_toc: false
---
# Solutions
{: .no_toc }
1. TOC
{:toc}
---
2023-02-23 23:06:00 +01:00
Note: These solutions are no longer actively maintained. Consider using or migrating to the new [MediaPipe Solutions ](https://developers.google.com/mediapipe/solutions/guide ).
2021-09-01 22:49:12 +02:00
MediaPipe offers open source cross-platform, customizable ML solutions for live
and streaming media.
2020-06-06 01:49:27 +02:00
<!-- []() in the first cell is needed to preserve table formatting in GitHub Pages. -->
2020-08-05 07:34:32 +02:00
<!-- Whenever this table is updated, paste a copy to ../external_index.md. -->
2020-06-06 01:49:27 +02:00
2020-12-10 04:13:05 +01:00
[]() | [Android ](https://google.github.io/mediapipe/getting_started/android ) | [iOS ](https://google.github.io/mediapipe/getting_started/ios ) | [C++ ](https://google.github.io/mediapipe/getting_started/cpp ) | [Python ](https://google.github.io/mediapipe/getting_started/python ) | [JS ](https://google.github.io/mediapipe/getting_started/javascript ) | [Coral ](https://github.com/google/mediapipe/tree/master/mediapipe/examples/coral/README.md )
:---------------------------------------------------------------------------------------- | :-------------------------------------------------------------: | :-----------------------------------------------------: | :-----------------------------------------------------: | :-----------------------------------------------------------: | :-----------------------------------------------------------: | :--------------------------------------------------------------------:
2021-02-27 09:21:16 +01:00
[Face Detection ](https://google.github.io/mediapipe/solutions/face_detection ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
2020-12-10 04:13:05 +01:00
[Face Mesh ](https://google.github.io/mediapipe/solutions/face_mesh ) | ✅ | ✅ | ✅ | ✅ | ✅ |
[Iris ](https://google.github.io/mediapipe/solutions/iris ) | ✅ | ✅ | ✅ | | |
[Hands ](https://google.github.io/mediapipe/solutions/hands ) | ✅ | ✅ | ✅ | ✅ | ✅ |
[Pose ](https://google.github.io/mediapipe/solutions/pose ) | ✅ | ✅ | ✅ | ✅ | ✅ |
[Holistic ](https://google.github.io/mediapipe/solutions/holistic ) | ✅ | ✅ | ✅ | ✅ | ✅ |
2021-06-03 22:13:30 +02:00
[Selfie Segmentation ](https://google.github.io/mediapipe/solutions/selfie_segmentation ) | ✅ | ✅ | ✅ | ✅ | ✅ |
2020-12-10 04:13:05 +01:00
[Hair Segmentation ](https://google.github.io/mediapipe/solutions/hair_segmentation ) | ✅ | | ✅ | | |
[Object Detection ](https://google.github.io/mediapipe/solutions/object_detection ) | ✅ | ✅ | ✅ | | | ✅
[Box Tracking ](https://google.github.io/mediapipe/solutions/box_tracking ) | ✅ | ✅ | ✅ | | |
[Instant Motion Tracking ](https://google.github.io/mediapipe/solutions/instant_motion_tracking ) | ✅ | | | | |
2021-07-24 02:09:32 +02:00
[Objectron ](https://google.github.io/mediapipe/solutions/objectron ) | ✅ | | ✅ | ✅ | ✅ |
2020-12-10 04:13:05 +01:00
[KNIFT ](https://google.github.io/mediapipe/solutions/knift ) | ✅ | | | | |
[AutoFlip ](https://google.github.io/mediapipe/solutions/autoflip ) | | | ✅ | | |
[MediaSequence ](https://google.github.io/mediapipe/solutions/media_sequence ) | | | ✅ | | |
[YouTube 8M ](https://google.github.io/mediapipe/solutions/youtube_8m ) | | | ✅ | | |
2020-09-17 17:43:21 +02:00
See also
[MediaPipe Models and Model Cards ](https://google.github.io/mediapipe/solutions/models )
for ML models released in MediaPipe.