2020-06-06 01:49:27 +02:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
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-03-01 18:19:12 +01:00
|
|
|
**Attention:** *Thanks for your interest in MediaPipe! We are moving to
|
2023-03-01 20:54:21 +01:00
|
|
|
[https://developers.google.com/mediapipe](https://developers.google.com/mediapipe)
|
|
|
|
as the primary developer documentation
|
2023-03-01 18:19:12 +01:00
|
|
|
site for MediaPipe starting April 3, 2023. This content will not be moved to
|
|
|
|
the new site, but will remain available in the source code repository on an
|
|
|
|
as-is basis.*
|
|
|
|
|
|
|
|
*This notice and web page will be removed on April 3, 2023.*
|
|
|
|
|
|
|
|
----
|
|
|
|
|
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).
|