Major features
It's the first release of the TFLite Support toolkit. We provides the following components:
- [TFLite Task Library](https://www.tensorflow.org/lite/inference_with_metadata/task_library/overview) (source, JCenter): enables integrating popular ML use cases in a few lines of code.
+ Image Classifier
+ Object Detector
+ Image Segmenter
+ NL Classifier
+ Bert NL Classifier
+ Bert Question Answerer
- [TFLite Support Library](https://www.tensorflow.org/lite/inference_with_metadata/lite_support) (source, JCenter): simplifies pre-processing/post-processing code for models.
+ Utilities for image pre/post processing
- [TFLite Metadata Library](https://www.tensorflow.org/lite/convert/metadata) (source, PyPI, JCenter, MavenCentral): reads and writes TFLite Metadata in models.
+ Utilities for extracting and populating TFLite Metadata
- [TFLite Support Codegen](https://www.tensorflow.org/lite/inference_with_metadata/codegen) (source, PyPI): generates model wrapper automatically based on Metadata.
- [TFLite Custom Ops](https://github.com/tensorflow/tflite-support/tree/master/tensorflow_lite_support/custom_ops) (source): helps deploying cutting-edge models on devices.
Compatibility
Verified TF version