Metadata-Version: 2.4
Name: astrapia
Version: 0.2.4
Summary: ML Inference Library with CoreML and ONNXRunTime backends.
Project-URL: Documentation, https://github.com/Tensor46/astrapia#readme
Project-URL: Issues, https://github.com/Tensor46/astrapia/issues
Project-URL: Source, https://github.com/Tensor46/astrapia
Project-URL: Changelog, https://github.com/Tensor46/astrapia/blob/main/CHANGELOG.md
Author-email: Tensor46 <vikas11187@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: CoreML,ML-Inference,ONNXRunTime
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: <3.13,>=3.10
Requires-Dist: coremltools>=6.0.0; python_version < '3.13.0'
Requires-Dist: numba>=0.50.0; python_version < '3.13.0'
Requires-Dist: numpy>=1.23.0; python_version < '3.13.0'
Requires-Dist: onnxruntime>=1.15.0; python_version < '3.13.0'
Requires-Dist: opencv-python; python_version < '3.13.0'
Requires-Dist: pillow>=9.0.0; python_version < '3.13.0'
Requires-Dist: pydantic>=2.0.0; python_version < '3.13.0'
Requires-Dist: pyyaml; python_version < '3.13.0'
Description-Content-Type: text/markdown

# Astrapia
[![Test & Build](https://github.com/Tensor46/astrapia/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/Tensor46/astrapia/actions/workflows/python-package.yml)

ML Inference Library with CoreML and ONNXRunTime backends.

## Examples
### MediaPipe
MediaPipe face detector (short & long) and face mesh landmark models in both CoreML and ONNXRunTime are added.