-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06af01e
commit e88e0eb
Showing
2 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name=TensorFlowLite_ESP32 | ||
version=0.9.0 | ||
version=1.0.0 | ||
author=TensorFlow Authors | ||
maintainer=TANAKA Masayuki <[email protected]> | ||
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 |