2020-06-06 01:49:27 +02:00
|
|
|
---
|
2023-04-04 00:12:06 +02:00
|
|
|
layout: forward
|
|
|
|
target: https://developers.google.com/mediapipe/
|
2020-06-06 01:49:27 +02:00
|
|
|
title: Building MediaPipe Examples
|
|
|
|
parent: Getting Started
|
2020-12-10 04:13:05 +01:00
|
|
|
nav_exclude: true
|
2020-06-06 01:49:27 +02:00
|
|
|
---
|
|
|
|
|
2020-05-21 18:46:31 +02:00
|
|
|
# Building MediaPipe Examples
|
2020-06-06 01:49:27 +02:00
|
|
|
{: .no_toc }
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-06-06 01:49:27 +02:00
|
|
|
1. TOC
|
|
|
|
{:toc}
|
|
|
|
---
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2023-04-04 00:12:06 +02:00
|
|
|
**Attention:** *Thanks for your interest in MediaPipe! We have moved to
|
2023-03-01 20:54:21 +01:00
|
|
|
[https://developers.google.com/mediapipe](https://developers.google.com/mediapipe)
|
2023-04-04 00:12:06 +02:00
|
|
|
as the primary developer documentation site for MediaPipe as of April 3, 2023.*
|
2023-03-01 18:19:12 +01:00
|
|
|
|
|
|
|
----
|
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
### Android
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
Please see these [instructions](./android.md).
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
### iOS
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
Please see these [instructions](./ios.md).
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
### Python
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
Please see these [instructions](./python.md).
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
### JavaScript
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
Please see these [instructions](./javascript.md).
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
### C++
|
2020-05-21 18:46:31 +02:00
|
|
|
|
2020-12-10 04:13:05 +01:00
|
|
|
Please see these [instructions](./cpp.md).
|