1# TensorFlow Lite Metadata and Android wrapper code generator 2 3Note: Both TensorFlow Lite Metadata and the Android wrapper code generator are 4in experimental (beta) phase. 5 6TensorFlow Lite metadata provides a structured framework for storing metadata 7to convey information for both the developer that will utilitised the model and 8code generators which can create wrapper around the model. For information on 9how to populate model metadata, please refer to the [TensorFlow Lite Metadata 10documentation](https://www.tensorflow.org/lite/convert/metadata). 11 12The first code generator which takes advantage of this metadata format is the 13TensorFlow Lite Android Code Generator. For more information on how to use this 14generator, please refer to the [TensorFlow Lite Android wrapper code generator 15documentation](https://www.tensorflow.org/lite/guide/codegen). 16