Skip to content

Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine

License

Notifications You must be signed in to change notification settings

JiaxuanYang/mlx

 
 

Repository files navigation

Build Status CII Best Practices Slack

Machine Learning eXchange (MLX)

Data and AI Assets Catalog and Execution Engine

Allows upload, registration, execution, and deployment of:

  • AI pipelines and pipeline components
  • Models
  • Datasets
  • Notebooks

Additionally it provides:

For more details about the project check out this announcement blog post.

1. Deployment

For a simple up-and-running MLX with asset catalog only, we created a Quickstart Guide using Docker Compose.

For a slightly more resource-hungry local deployment that allows pipeline execution, we created the MLX with Kubernetes in Docker (KIND) deployment option.

For a full deployment, we use Kubeflow Kfctl tooling.

2. Access the MLX UI

By default, the MLX UI is available at http://<cluster_node_ip>:30380/mlx/

If you deployed on a Kubernetes cluster, run the following and look for the External-IP column to find the public IP of a node.

kubectl get node -o wide

If you deployed using OpenShift, you can use IstioIngresGateway Route. You can find it in the OpenShift Console or using the CLI.

oc get route -n istio-system

3. Import Data and AI Assets in MLX Catalog

For information on how to import data and AI assets using MLX's catalog importer, use this guide.

4. Use MLX

For information on how to use MLX and create assets check out this guide.

5. How to Contribute

For information about adding new features, bug fixing, communication or UI and API setup, refer to this document.

6. Troubleshooting

MLX Troubleshooting Instructions

Join the Conversation

About

Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.4%
  • TypeScript 22.9%
  • Shell 1.2%
  • CSS 1.2%
  • Dockerfile 0.1%
  • HTML 0.1%
  • Makefile 0.1%