Metadata-Version: 2.4
Name: runlocal_tools
Version: 0.0.1
Summary: Tools to make it easy to run models from different frameworks (CoreML, ONNX, TFLite, OpenVINO etc) easily, via a common interface
Author-email: Ivan Chan <ivan@runlocal.ai>
Project-URL: Homepage, https://github.com/neuralize-ai/runlocal_tools
Project-URL: Bug Tracker, https://github.com/neuralize-ai/runlocal_tools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow
Requires-Dist: coremltools
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: pydantic
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Dynamic: license-file

# RunLocal Tools

Tools to make it easy to run models from different frameworks (CoreML, ONNX, TFLite, OpenVINO etc) easily, via a common interface 
