mirror of https://github.com/arendst/Tasmota.git
14 lines
696 B
INI
14 lines
696 B
INI
name=Arduino_TensorFlowLite for ESP32
|
|
version=0.0.1-ALPHA
|
|
author=TensorFlow Authors
|
|
maintainer=Pete Warden <petewarden@google.com>
|
|
sentence=Allows you to run machine learning models locally on your device.
|
|
paragraph=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.
|
|
category=Data Processing
|
|
url=https://www.tensorflow.org/lite/microcontrollers/overview
|
|
ldflags=
|
|
includes=TensorFlowLite.h
|
|
precompiled=full
|
|
dot_a_linkage=false
|
|
depends=Arduino
|