Metadata-Version: 1.1
Name: tflite-support
Version: 0.1.0a0
Summary: TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile devices.
Home-page: UNKNOWN
Author: Google, LLC
Author-email: packages@tensorflow.org
License: UNKNOWN
Description: TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile devices. It consists of the following major components:
         - TFLite Support Util Library: a cross-platform library that helps to deploy TFLite models onto mobile devices.
         - TFLite Model Metadata: includes both human and machine readable information about what a model does and how to use the model.
         - TFLite Support Codegen: an executable that generates model interface automatically based on the TFLite Metadata and the Support Util Library. The model interface comes with high level APIs to interact with the model, such as loading and processing data, running inference, etc.
        
        This PyPI package includes the Python bindings for following features:
         - Metadata populator and displayer: can be used to populate the metadata and associated files into the model, as well as converting the populated metadata into the json format.
         - Android Codegen tool: generates the Java model interface used in Android for a particular model.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
