Skip to main content

Ship machine learning models in minutes, not months

Project description

🚢 modelship

Ship machine learning models in minutes, not months

PyPI Python Versions CI/CD License

modelship is a utility application to ease wrapping and deploying machine learning models by autogenerating applications, leveraging modern standards such as ONNX and WebAssembly.

Demo

Examples of static web applications generated with modelship from ONNX models:

Features

  • ONNX model support
  • Generate a static web application with autogenerated form

Installation

Using pip (or any other Python package manager):

pip install modelship

Using uvx:

uvx modelship

Usage

Model metadata

Every model must be described with some basic metadata for conversions to work properly.

Here is the YAML schema:

name: Model Name
description: Model description
inputs:
  float_input:
    name: Float Input Name
    type: float32
    shape: [null, 1]
    min: 10
    max: 100
    step: 1
    default: 50
  string_input:
    name: String Input Name
    type: string
    shape: [null]
outputs:
  float_output:
    name: Float Output Name
    type: float32
    shape: [null, 1]
  string_output:
    name: String Output Name
    type: string
    shape: [null]

Input fields:

  • name: str
  • type: Literal["float32", "string"]
  • shape: list[int | None]
  • (optional) min: float
  • (optional) max: float
  • (optional) step: float
  • (optional) defaut: float | str

Output fields:

  • name: str
  • type: Literal["float32", "string"]
  • shape: list[int | None]

Static web application generation

Provide an ONNX model with its YAML metadata description, and modelship will generate a static web application with an autogenerated HTML form, performing model inference using ONNX Runtime Web (WebAssembly):

$ modelship static --output dist --metadata model/metadata.yml model/model.onnx

The resulting static application in dist can now be deployed on any static hosting provider (GitHub Pages, GitLab Pages, Cloudflare Pages, S3, Vercel)!

License

Licensed under Apache License 2.0

Copyright (c) 2025 - present Romain Clement / Datalpia

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

modelship-0.2.2.tar.gz (6.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

modelship-0.2.2-py3-none-any.whl (6.1 MB view details)

Uploaded Python 3

File details

Details for the file modelship-0.2.2.tar.gz.

File metadata

  • Download URL: modelship-0.2.2.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for modelship-0.2.2.tar.gz
Algorithm Hash digest
SHA256 35790694e7b8b78efe099295ef8b6513647bc1c5d921187e490f8f04194bd5cb
MD5 1dbb1b1adabddc324995deb833dc3ab4
BLAKE2b-256 250e676b0f81157494a544f2e91495cf70081050f92293b8ffeae08312cf8532

See more details on using hashes here.

Provenance

The following attestation bundles were made for modelship-0.2.2.tar.gz:

Publisher: ci-cd.yml on datalpia/modelship

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file modelship-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: modelship-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for modelship-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f070ea09e597cd71dac624d31e4eb95364a77158d5e1172da1549c9a915126e3
MD5 136604f2c71609eb70bb49afa0fea104
BLAKE2b-256 cc669e434518f7a986035347fa6df8c423e2072dfc795442b2b532a14d0dc558

See more details on using hashes here.

Provenance

The following attestation bundles were made for modelship-0.2.2-py3-none-any.whl:

Publisher: ci-cd.yml on datalpia/modelship

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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