Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrhythmia-detection/esp32tfmicro
Abstract away all the low-level complexity of TensorFlow Lite Micro and makes it really easy to deploy TFLM models on supported ESP32 boards. By default, this library prints per ops wise execution time via Serial. This makes it really easy to collect metrics for logging.
https://github.com/arrhythmia-detection/esp32tfmicro
easy-esp32-tflm esp32 platformio-library tensorflow-lite tensorflow-lite-micro tflm-arduino
Last synced: about 1 month ago
JSON representation
Abstract away all the low-level complexity of TensorFlow Lite Micro and makes it really easy to deploy TFLM models on supported ESP32 boards. By default, this library prints per ops wise execution time via Serial. This makes it really easy to collect metrics for logging.
- Host: GitHub
- URL: https://github.com/arrhythmia-detection/esp32tfmicro
- Owner: arrhythmia-detection
- License: mit
- Created: 2024-10-29T07:30:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T18:18:50.000Z (3 months ago)
- Last Synced: 2024-11-09T18:32:00.375Z (3 months ago)
- Topics: easy-esp32-tflm, esp32, platformio-library, tensorflow-lite, tensorflow-lite-micro, tflm-arduino
- Language: C
- Homepage:
- Size: 9.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ESP32TFLMWrapper
Abstracts away all the low level complexity of TensorFlow
Lite Micro and makes it really easy to deploy
TFLM (*T*ensor*F*low *L*ite *M*icro) models on supported ESP32 boards.
On top of that it adds the ability to print
per [ops](https://www.tensorflow.org/api_docs/cc/namespace/tensorflow/ops) wise
execution time (*latency*).### Acknowledgement
This library internally utilizes
[EloquentTinyML](https://github.com/eloquentarduino/EloquentTinyML)
and [tflm_esp32](https://github.com/eloquentarduino/tflm_esp32) developed
and maintained by [eloquentarduino](https://github.com/eloquentarduino).> [!NOTE]
> For examples on how to use this library, please check out [examples](examples) folder.
Copyright © 2024-present
Inmoresentum
and Contributors.