sebasmos commited on
Commit
6232f44
·
verified ·
1 Parent(s): acf4a37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -9
README.md CHANGED
@@ -7,19 +7,34 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- ## AI Catalogue belonging to the EU-funded project ICOS (ICOS Marketplace).
11
 
 
12
 
13
- The main objective of project ICOS is to design, develop, and validate a meta-operating system for a continuum by addressing the challenges of:
 
 
 
 
14
 
15
- - devices volatility and heterogeneity, continuum infrastructure virtualization, and diverse network connectivity;
16
- - optimized and scalable service execution and performance, as well as resource consumption, including power consumption;
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
- 🌐 To start looking at what the ICOS EU Project is doing, go to the official website at https://icos-project.eu/
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
- 🤖 To start learning about the ICOS Meta OS, the software produced by ICOS, go to the official technical documentation at https://icos-project.eu/docs
 
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