This folder shows various examples in C++ of how to create your own independent application or calculator with MediaPipe repo as a bazel build dependency. This enables other MediaPipe users to be able to share examples and code easily
Hello World! C++ This example is modified from the Hello World! C++ example in MediaPipe
Hello World! Calculator We show how to create a single independent calculator with MediaPipe repo (master branch) as a bazel build dependency. We include a calculator test example that shows how to use the MediaPipe graph runner