Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 356 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 356 Bytes

mediapipe_examples

Mediapipe - cross-platform framework for running ML pipelines. This repository contains a couple of HelloWorld level example projects with Mediapipe.

  • hello-world - primitive graph that returns input packets N times. (no ML/DL here)
  • inference - running tflite model on desktop and Android.