Metadata-Version: 2.4
Name: mlmux
Version: 0.0.1
Summary: Framework-agnostic contracts for machine learning implementations
Keywords: machine-learning,ml
Author: Aron Koppes
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/aronkoppes/mlmux
Project-URL: Repository, https://github.com/aronkoppes/mlmux
Project-URL: Issues, https://github.com/aronkoppes/mlmux/issues
Description-Content-Type: text/markdown

`mlmux - Machine Learning Multiplexer` is a work-in-progress Python package that allows various machine learning implementations to be registered, loaded, trained, and executed via generic contracts, regardless of framework, input type, or output type.
