ArduTFLite: An Arduino-Style TensorFlow Lite Micro Library

ArduTFLite: An Arduino-Style TensorFlow Lite Micro Library

ArduTFLite——Arduino-style TensorFlow Lite Micro library ArduTFLite library simplifies the use of TensorFlow Lite Micro on Arduino boards, providing a typical Arduino-style API. It avoids the use of pointers or other C++ syntax structures that are discouraged in Arduino sketches. ArduTFLite serves as a wrapper for the Chirale_TensorFlowLite library, which is a port of the official … Read more