Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.85 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.85 KB

TensorFlow Lite Micro on Arduino Nano examples

Copyright (c) 2021 Antmicro

This repository, developed in collaboration between Antmicro and Google's TF Lite Micro team, contains 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
    • hello_world - hello world demo on Arduino Nano 33 BLE Sense Open In Colab
    • micro_speech - micro speech demo on Arduino Nano 33 BLE Sense Open In Colab
    • 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
  • tflite-micro - tensorflow/tflite-micro-arduino-examples submodule