forked from tanakamasayuki/Arduino_TensorFlowLite_ESP32
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 759 Bytes
/
library.properties
File metadata and controls
10 lines (10 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
name=TensorFlowLite_ESP32
version=0.9.0
author=TensorFlow Authors
maintainer=TANAKA Masayuki <tanakamasayuki@gmail.com>
sentence=Allows you to run machine learning models locally on your ESP32 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. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.
category=Data Processing
url=https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32
ldflags=-lm
includes=TensorFlowLite_ESP32.h