Update README.md
Browse files
README.md
CHANGED
|
@@ -7,19 +7,34 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
## AI Catalogue
|
| 11 |
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
|
| 16 |
-
-
|
| 17 |
-
- guaranteed trust, security, and privacy, and
|
| 18 |
-
- reduction of integration costs and effective mitigation of cloud provider lock-in effects - in a data-driven system built upon the principles of openness, adaptability, data sharing, and a future edge market scenario for services and data.
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
-
This project has received funding from the European Union’s HORIZON research and innovation program under grant agreement No 101070177.
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## ICOS AI Catalogue
|
| 11 |
|
| 12 |
+
This repo indexes AI assets produced by **ICOS**, an EU-funded project building a **meta-operating system for the edge–cloud continuum**.
|
| 13 |
|
| 14 |
+
### ICOS at a glance
|
| 15 |
+
- Tackles device volatility, heterogeneous hardware and spotty connectivity.
|
| 16 |
+
- Optimises service performance, resource and power consumption.
|
| 17 |
+
- Embeds trust, security and privacy by design.
|
| 18 |
+
- Cuts integration costs and avoids cloud lock-in through open, data-sharing principles.
|
| 19 |
|
| 20 |
+
🔗 **Project site:** <https://icos-project.eu>
|
| 21 |
+
📚 **Meta-OS docs:** <https://icos-project.eu/docs>
|
|
|
|
|
|
|
| 22 |
|
| 23 |
+
> Funded by the European Union’s Horizon programme (Grant No 101070177)
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
### Naming convention
|
| 27 |
+
|
| 28 |
+
`<scope>_<goal>_<project>[_<extra>]`
|
| 29 |
+
|
| 30 |
+
| Token | Values / purpose | Example |
|
| 31 |
+
|---------|------------------------------------------|---------|
|
| 32 |
+
| **scope** | `metaos` (platform) · `application` (use-case) | `metaos` |
|
| 33 |
+
| **goal** | Short verb–noun describing the asset | `forecast` |
|
| 34 |
+
| **project** | Unique slug for client or sub-project | `ecom` |
|
| 35 |
+
| **extra** *(opt.)* | Version, modality, date… | `v2`, `image` |
|
| 36 |
|
| 37 |
+
Examples:
|
| 38 |
+
`metaos_forecast_core_v1` · `application_segmentation_healthcare_image`
|
| 39 |
|
| 40 |
|
|
|