Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TFLITE Code Generator (TFMIC-5) #49

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aryanxk02
Copy link

@aryanxk02 aryanxk02 commented Jun 1, 2023

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
Copy link
Collaborator

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

tools/templates.py Outdated Show resolved Hide resolved
tools/templates.py Outdated Show resolved Hide resolved
tools/hello_world/main/hello_world_model_data.cc Outdated Show resolved Hide resolved
tools/hello_world/main/main_functions.cc Outdated Show resolved Hide resolved
@vikramdattu vikramdattu marked this pull request as draft June 7, 2023 12:58
@github-actions github-actions bot changed the title Create TFLITE Code Generator Create TFLITE Code Generator (TFMIC-5) Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants