Skip to main content

A client for Devo's ML model manager

Project description

License Release Tests Python

python-mlmodelmanager

An easy-to-use client for Devos’s Machine Learning Model Manager.

Built on top of the widely used Requests library, it takes advantage of all the features it provides and exposes a simplified interface for manage models.

The main purpose of this library is to allow you to focus in the machine learning workflows and not worry about the integration with Devo’s ML Model Manager.

A simple example

from devo_ml.modelmanager import create_client_from_token

url = "<model-manager-server-url>"
token = "<valid-access-token>"

client = create_client_from_token(url, token)

client.add_model(
   "pokemon_onnx_regression",          # model name
   "ONNX",                             # model engine
   "~/models/pokemon.onnx",            # model file
   description="A funny Pokemon prediction"
)

Requirements

  • Python 3.7+

Install

$ pip install devo-mlmodelmanager

Documentation

Explore the documentation to learn more.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devo_mlmodelmanager-1.0.1.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

devo_mlmodelmanager-1.0.1-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page