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.1.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.1-py3-none-any.whl (6.1 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: modelship-0.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 b738f3f7c1745ff653c12d2d76a15055c688fa5242eb9a6bdc9fcd9248560902
MD5 47b1f1277dfe89e818dbd6bb42e52181
BLAKE2b-256 dc2c5dd066ea36493e70807f95b24abcc7ece533d77abc25503202d5351085ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for modelship-0.2.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: modelship-0.2.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4a9c895e49e8ab586400c6c3323f58e5b7030d4fe01648920c39e70773713220
MD5 3370aac15cf6514dd6ce335493ae82de
BLAKE2b-256 638386a4b7c9ff65b4bfee557c136051c95d55afa34635c57e808910dfba593c

See more details on using hashes here.

Provenance

The following attestation bundles were made for modelship-0.2.1-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