https://github.com/doo/tflite-metadata
This repository provides the compiled python files from the tflite support repository.
https://github.com/doo/tflite-metadata
Last synced: 2 months ago
JSON representation
This repository provides the compiled python files from the tflite support repository.
- Host: GitHub
- URL: https://github.com/doo/tflite-metadata
- Owner: doo
- Created: 2023-02-15T16:13:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T14:05:06.000Z (over 3 years ago)
- Last Synced: 2025-06-22T05:05:47.405Z (about 1 year ago)
- Language: Python
- Size: 173 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tflite metadata
This repository provides the compiled python files
from the tflite support repository.
This makes them available for all current python versions on all platforms.
## Setup
### Getting started
1. Make virtual environment and activate it
1. `pip install -e` to install project in the virtual environment
1. `pre_commit install` to install pre-commit hooks (see below)
### Project Setup
Only the contents of the [`builder`](src/builder/__init__.py) package
and the [`tflite_metadata/__init__.py`](src/tflite_metadata/__init__.py) are maintained in this repository.
The rest is autogenerated based of the schemata.
## Tools
### [pre-commit](https://pre-commit.com)
We use pre-commit
to trigger a broad array of actions through git commands.
Code formatting, linting and more can be automated
to run before checking code in.
This increases code and repository quality
(especially in shared projects).
Should these not be installed automatically on your system,
you can run `make pre_commit`.
______________________________________________________________________
### Semantic Line Breaks
This project uses [semantic line breaks](https://sembr.org/) - and you probably should, too.