Wallaroo.ai model management API client
Project description
Wallaroo SDK
Introduction
The easy way to deploy, run, and observe your ML in production at scale.
Wallaroo is purpose-built from the ground up to be the easy way to deploy and manage ML in production, unlike Apache Spark, or heavy-weight containers.
Documentation
The following guides have comprehensive tutorials and references for interacting with the Wallaroo ML environment.
Installation
The Wallaroo SDK is available by default inside your Wallaroo installation's JupyterHub development environment. You can also install this package from PyPI:
pip install wallaroo
Quickstart
The guides and documentation site are great resources for using the Wallaroo SDK. When installing the package from PyPI, the only difference is that you will need to configure the Wallaroo Client to point to your cluster's DNS. This can be a Community Edition internet-accessible URL or an isolated, intranet-accessible URL for Enterprise deployments.
In your Python environment of choice, pass your cluster's URL to the Client's constructor:
import wallaroo
wallaroo_client = wallaroo.Client(api_endpoint="https://<DOMAIN>.wallaroo.community")
With that, you'll be prompted to log in, and you'll be all set to use the library outside of the Jupyter environment!
Community Edition
The Community Edition is a free, cloud-based installation of the Wallaroo production environment. It provides a convenient way to test out the various Community features of the platform, such as our ultrafast inference engine and performance metrics.
You can sign up for the Community Edition via this Portal: https://portal.wallaroo.community/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for wallaroo-2024.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae7ce11cf309cfd24e94fd2c2877b6088cb7ceb57362aafdd323ff4d85858c90 |
|
MD5 | c428fb516de9767dcded1b62fc46fb2e |
|
BLAKE2b-256 | 05f69700b8083cebb6d7ce0b62e751f55de1798aeb172c76ebcc95a637c625a6 |