tensorflow/lite/g3doc/api_docs/python/tflite_support/metadata_writers.md
page_type: reference description: TF Lite Metadata Writer API.
<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tflite_support.metadata_writers" /> <meta itemprop="path" content="Stable" /> </div>View source on GitHub
TF Lite Metadata Writer API.
This module provides interfaces for writing metadata for common model types supported by the task library, such as:
It is provided as part of the tflite-support package:
pip install tflite-support
Learn more about this API in the metadata writer tutorial.
audio_classifier module: Writes metadata and label file to the audio classifier models.
bert_nl_classifier module: Writes metadata and label file to the Bert NL classifier models.
image_classifier module: Writes metadata and label file to the image classifier models.
image_segmenter module: Writes metadata and label file to the image segmenter models.
metadata_info module: Helper classes for common model metadata information.
nl_classifier module: Writes metadata and label file to the NL classifier models.
object_detector module: Writes metadata and label file to the object detector models.
writer_utils module: Helper methods for writing metadata into TFLite models.