The CLAIMED framework
Project description
C3 - the CLAIMED Component Compiler
TL;DR
- takes arbitrary assets (Jupyter notebooks, python scripts, R scripts) as input
- automatically creates container images and pushes to container registries
- automatically installs all required dependencies into the container image
- creates KubeFlow Pipeline components (target workflow execution engines are pluggable)
- creates Kubernetes job configs for execution on Kubernetes/Openshift clusters
- can be triggered from CICD pipelines
C3 (CLAIMED Component Compiler) is the central project of the CLAIMED framework. It automates the transformation of arbitrary code assets — such as Jupyter notebooks, Python scripts, or R scripts — into fully portable, executable AI components.
While the component library is now maintained primarily as an example repository, C3 is where active development and innovation take place. The most utilized and powerful feature of C3 is grid compute parallelization, enabling distributed execution of AI workloads across heterogeneous compute environments.
MLX Integration
The Machine Learning eXchange (MLX) is now fully integrated as the backend for C3’s grid computing system, responsible for tracking all assets, including:
-
data
-
models
-
jobs
-
and other related resources
This integration allows C3 to seamlessly manage asset lifecycle, provenance, and discovery within a unified infrastructure.
To learn more on how this library works in practice, please have a look at the following video
Getting started
Install
pip install claimed
Usage
Just run the following command with your python script or notebook:
c3_create_operator "<your-operator-script>.py" --repository "<registry>/<namespace>"
Your code needs to follow certain requirements which are explained in Getting Started.
Getting Help
c3_create_operator --help
We welcome your questions, ideas, and feedback. Please create an issue or a discussion thread. Please see VULNERABILITIES.md for reporting vulnerabilities.
Contributing to CLAIMED
Interested in helping make CLAIMED better? We encourage you to take a look at our Contributing page.
Credits
CLAIMED is supported by the EU’s Horizon Europe program under Grant Agreement number 101131841 and also received funding from the Swiss State Secretariat for Education, Research and Innovation (SERI) and the UK Research and Innovation (UKRI).
Co-Funded by the European Union
License
This software is released under Apache License v2.0.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claimed-0.2.7.tar.gz.
File metadata
- Download URL: claimed-0.2.7.tar.gz
- Upload date:
- Size: 570.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ac57b5cab418afd957bb8e26de3a162897700c4e005a0e4ae617122d94917d
|
|
| MD5 |
60d3f109d860dd25c4714bda458b78d2
|
|
| BLAKE2b-256 |
6efcebb281d36b451f679b435e42959774e2dca14bb08ed71b44ad0acbf3b886
|
File details
Details for the file claimed-0.2.7-py3-none-any.whl.
File metadata
- Download URL: claimed-0.2.7-py3-none-any.whl
- Upload date:
- Size: 473.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a4e4dac56ef6a8848092619161a8f02674b5a4c6e36dc64aa22cea456bed5e
|
|
| MD5 |
3e51dab0683dc93c40f59d658c91cd15
|
|
| BLAKE2b-256 |
472312cdb4188a3f615b270665cee602e71f331d26f2d7365a585fb398730ccd
|