Coder Social home page Coder Social logo

antmicro / tensorflow-arduino-examples Goto Github PK

View Code? Open in Web Editor NEW
22.0 14.0 4.0 1.94 MB

TensorFlow Lite Micro examples built in collaboration between Google and Antmicro, runnable in Google Colab and with Renode CI tests

License: Apache License 2.0

Shell 100.00%

tensorflow-arduino-examples's Introduction

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

tensorflow-arduino-examples's People

Contributors

adamolech avatar jakubjatczak avatar mateusz-holenko avatar mgielda avatar piotrzierhoffer avatar tflite-bot avatar wojciechowskidawid avatar wojmel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tensorflow-arduino-examples's Issues

Unecessary absolute paths

It might be better to change calls such as:

tell_renode('sysbus LoadELF @/content/binaries/magic_wand/magic_wand.ino.elf')

to use relative paths, and not rely on being run from a Collab environment and a /content directory:

tell_renode('sysbus LoadELF @binaries/magic_wand/magic_wand.ino.elf')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.