kartben / tensorflow-arduino-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow Lite Micro examples

This repository, developed in collaboration between Antmicro and Google's TF Lite Micro team, is a work in progress but is ultimately meant to contain sources, tests, Google colabs and other material which use TF Lite Micro and Renode to enable easily running TF Lite Micro demos.

Repo structure

  • .github/workflows - GH actions files
    • generate_ipynb_files.yml - generating ipynb files from py sources
    • test_examples.yml - building and testing examples
  • examples - scripts, tests and colab files for specific TensorFlow Lite examples
    • magic-wand - magic wand demo on Arduino Nano 33 BLE Sense Open In Colab
    • person-detection - person detection demo on Arduino Nano 33 BLE Sense Open In Colab
  • tensorflow - example sources and Arduino lib, generated from the TF repository by a dedicated GH action stored in a separate repo

About


Languages

Language:C++ 79.1%Language:C 20.7%Language:Objective-C 0.2%