Metadata-Version: 2.1
Name: unrbl-tflite-runtime
Version: 2.5.0
Summary: Unofficial rebuild of the TensorFlow Lite 2.5.0 runtime for 32-bit i686 / Python 3.7 (Ripple Explorer Summit). Not affiliated with Google.
Home-page: https://github.com/UtahNeuroroboticsLab/unrbl_tflite_runtime
Author: Leonardo Ferrisi
Author-email: Leonardo.Ferrisi@utah.edu
License: Apache 2.0
Keywords: tflite tensorflow tensor machine learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy >=1.21.0
Description-Content-Type: text/plain

This is an UNOFFICIAL rebuild of the TensorFlow Lite 2.5.0 Python interpreter,
compiled by Leonardo Ferrisi at the Utah Neurorobotics Lab for 32-bit i686 Linux
on CPython 3.7.
It is not affiliated with, endorsed by, or supported by Google or the TensorFlow
project.

It exists because PyPI hosts no i686 `tflite-runtime` wheel for any Python
version, and the lab's Ripple Explorer Summit hardware (Debian 8, i686, Python
3.7) needs one. The binary is unmodified from the original lab build; only the
packaging metadata differs from upstream.

The import name is unchanged:

    import tflite_runtime.interpreter as tflite

Source and build notes: https://github.com/UtahNeuroroboticsLab/unrbl_tflite_runtime

TensorFlow is licensed under Apache 2.0; see the LICENSE file in this
distribution.
