Skip to content

mzenk/mlbox

 
 

Repository files navigation

MLCube™

MLCube brings the concept of interchangeable parts to the world of machine learning models. It is the shipping container that enables researchers and developers to easily share the software that powers machine learning.

MLCube is a set of common conventions for creating ML software that can just "plug-and-play" on many systems. MLCube makes it easier for researchers to share innovative ML models, for a developer to experiment with many models, and for software companies to create infrastructure for models. It creates opportunities by putting ML in the hands of more people.

MLCube isn’t a new framework or service; MLCube is a consistent interface to machine learning models in containers like Docker. Models published with the MLCube interface can be run on local machines, on a variety of major clouds, or in Kubernetes clusters - all using the same code. MLCommons provides open source “runners” for each of these environments that make training a model in an MLCube™ a single command.

Note: This project is still in the very early stages and under active development, some parts may have unexpected/inconsistent behaviours.

Installing MLCube

Install from PyPI:

pip install mlcube

To uninstall:

pip uninstall mlcube

Usage Examples

Check out the examples for detailed examples and MLCube wiki.

License

MLCube is licensed under the Apache License 2.0.

See LICENSE for more information.

MLCube is a trademark of the MLCommons™ Association.

Support

Create a GitHub issue

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%