Metadata-Version: 2.1
Name: coremlprofiler
Version: 0.3.0
Summary: Profile your CoreML model directly from Python.
Home-page: https://github.com/FL33TW00D/coremlprofiler
License: MIT
Keywords: coreml,profiler,machine learning,performance
Author: FL33TW00D
Author-email: chris@fleetwood.dev
Requires-Python: >=3.8,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: colorama (>=0.4,<0.5)
Requires-Dist: pyobjc-core (>=10.3,<11.0)
Requires-Dist: pyobjc-framework-Cocoa (>=10.3,<11.0)
Requires-Dist: pyobjc-framework-CoreML (>=10.3,<11.0)
Project-URL: Repository, https://github.com/FL33TW00D/coremlprofiler
Description-Content-Type: text/markdown

# CoreML (Python) Profiler 🐍

![Python Profiling](https://github.com/user-attachments/assets/c9c7eb77-6a21-4ae7-a3a5-4f80ce8a1d8f)

When using `coremltools`, it would be handy if we could integrate profiling directly into our Python conversion scripts, now you can!

