espressif / esp-tflite-micro

TensorFlow Lite Micro for Espressif Chipsets
Apache License 2.0
374 stars 81 forks source link

Create TFLITE Code Generator (TFMIC-5) #49

Open aryanxk02 opened 1 year ago

aryanxk02 commented 1 year ago

The following PR creates a tools directory which implements a code generation tool through which users can generate necessary C++ files from their tflite model. This helps in automating the entire process and users can have a binary file ready to flash on their esp32 chips.

vikramdattu commented 1 year ago

@aryanxk02 please add an elaborate description of the change. Also, remove the .gitignore file from the newly introduced tools/ directory.