1name=Arduino_TensorFlowLite 2version=2.4.0-ALPHA 3author=TensorFlow Authors 4maintainer=Pete Warden <petewarden@google.com> 5sentence=Allows you to run machine learning models locally on your device. 6paragraph=This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise "magic wand" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer. 7category=Data Processing 8url=https://www.tensorflow.org/lite/microcontrollers/overview 9ldflags=-lm 10includes=TensorFlowLite.h 11precompiled=full 12