mediapipe/docs/getting_started/building_examples.md

45 lines
887 B
Markdown
Raw Normal View History

---
layout: default
title: Building MediaPipe Examples
parent: Getting Started
nav_exclude: true
---
# Building MediaPipe Examples
{: .no_toc }
1. TOC
{:toc}
---
**Attention:** *Thanks for your interest in MediaPipe! We are moving to
[https://developers.google.com/mediapipe](https://developers.google.com/mediapipe)
as the primary developer documentation
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.*
----
### Android
Please see these [instructions](./android.md).
### iOS
Please see these [instructions](./ios.md).
### Python
Please see these [instructions](./python.md).
### JavaScript
Please see these [instructions](./javascript.md).
### C++
Please see these [instructions](./cpp.md).