# libtflm **Repository Path**: ye-yi-chen/libtflm ## Basic Information - **Project Name**: libtflm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-16 - **Last Updated**: 2026-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![GitHub Build](https://github.com/openmv/tflm/actions/workflows/tflm.yml/badge.svg)](https://github.com/openmv/tflm/actions/workflows/tflm.yml) [![GitHub license](https://img.shields.io/github/license/openmv/tensorflow-lib?label=license%20%E2%9A%96)](https://github.com/openmv/tflm/blob/master/LICENSE) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/openmv/tflm?sort=semver) [![GitHub forks](https://img.shields.io/github/forks/openmv/tflm?color=green)](https://github.com/openmv/tflm/network) [![GitHub stars](https://img.shields.io/github/stars/openmv/tflm?color=yellow)](https://github.com/openmv/tflm/stargazers) [![GitHub issues](https://img.shields.io/github/issues/openmv/tflm?color=orange)](https://github.com/openmv/tflm/issues) # About This Repository This repository builds TensorFlow Lite Micro (TFLM) libraries from the upstream repository. It is meant to be included only as a submodule in the main OpenMV firmware repository. All files in this repository are auto-generated by github workflows. ## Contributing to the project Contributions are most welcome. If you are interested in contributing to the project, start by creating a fork of the repository: * https://github.com/openmv/tflm.git Clone the forked tflm repository, and add a remote to the main tflm repository: ```bash git clone --recursive https://github.com//tflm.git git -C tflm remote add upstream https://github.com/openmv/tflm.git ``` Now the repository is ready for pull requests. To send a pull request, create a new feature branch and push it to origin, and use Github to create the pull request from the forked repository to the upstream openmv/tflm repository. For example: ```bash git checkout -b git push origin -u ``` ### Contribution guidelines Please follow the [best practices](https://developers.google.com/blockly/guides/modify/contribute/write_a_good_pr) when sending pull requests upstream. In general, the pull request should: * Fix one problem. Don't try to tackle multiple issues at once. * Split the changes into logical groups using git commits. * Pull request title should be less than 78 characters, and match this pattern: * `:<1 space><.>` * Commit subject line should be less than 78 characters, and match this pattern: * `:<1 space><.>`