1
0
mirror of https://github.com/arendst/Tasmota.git synced 2025-05-20 11:28:40 +00:00
Christian Baars 83f039cdf7
Berry: add tensorflow lite for microcontrollers ()
Co-authored-by: Christian Baars <christianbaars@MacBook-Pro-von-Christian.local>
2023-03-05 16:46:18 +01:00

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