Skip to content

Commit ac1c8e1

Browse files
committed
update readme, push version
1 parent 08996f4 commit ac1c8e1

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/claimed-framework/component-library/issues)
33

44

5-
65
# C3 - the CLAIMED Component Compiler
76

87
**TL;DR**
@@ -14,6 +13,26 @@
1413
- can be triggered from CICD pipelines
1514

1615

16+
C3 (CLAIMED Component Compiler) is the central project of the CLAIMED framework.
17+
It automates the transformation of arbitrary code assets — such as Jupyter notebooks, Python scripts, or R scripts — into fully portable, executable AI components.
18+
19+
While the component library is now maintained primarily as an example repository, C3 is where active development and innovation take place.
20+
The most utilized and powerful feature of C3 is grid compute parallelization, enabling distributed execution of AI workloads across heterogeneous compute environments.
21+
22+
## MLX Integration
23+
24+
The Machine Learning eXchange (MLX) is now fully integrated as the backend for C3’s grid computing system, responsible for tracking all assets, including:
25+
26+
- data
27+
28+
- models
29+
30+
- jobs
31+
32+
- and other related resources
33+
34+
This integration allows C3 to seamlessly manage asset lifecycle, provenance, and discovery within a unified infrastructure.
35+
1736
To learn more on how this library works in practice, please have a look at the following [video](https://www.youtube.com/watch?v=FuV2oG55C5s)
1837

1938
## Getting started

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version_file = "src/c3/_version.py"
77

88
[project]
99
name = "claimed"
10-
version = "0.2.2"
10+
version = "0.2.3"
1111
authors = [
1212
{ name="The CLAIMED authors", email="[email protected]"},
1313
]

0 commit comments

Comments
 (0)