Skip to content

Commit 55b15c2

Browse files
Update README.md
1 parent a23c0b3 commit 55b15c2

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
# 🇪🇺AI-on-Demand Metadata Catalogue
1+
# 🇪🇺 AI-on-Demand Metadata Catalogue
22

3-
This repository contains code and configurations for the AI-on-Demand Metadata Catalogue.
4-
The metadata catalogue provides a unified view of AI assets and resources stored across the AI landscape.
5-
It collects metadata from platforms such as [_Zendodo_](https://zenodo.org), [_Hugging Face_](https://huggingface.co) and [_OpenML_](https://openml.org),
3+
The AI-on-Demand Metadata Catalogue provides a unified view of AI assets and resources stored across the AI landscape.
4+
It collects metadata from platforms such as [_Hugging Face_](https://huggingface.co), [_OpenML_](https://openml.org), and [_Zendodo_](https://zenodo.org),
65
and is connected to European projects like [Bonsapps](https://bonsapps.eu) and [AIDA](https://www.i-aida.org).
76
Metadata of datasets, models, papers, news, and more from all of these sources is available through a REST API at [api.aiod.eu](https://api.aiod.eu/).
87

98
**🧑‍🔬 For most users:**
109
Many users will only use the REST API indirectly, for example;
11-
through [My Resources](https://github.com/aiondemand/AIOD-marketplace-frontend/) to browse assets,
12-
through [RAIL](https://github.com/aiondemand/aiod-rail) to conduct ML experiments,
13-
or through the [Python SDK](https://github.com/aiondemand/aiondemand) to access the metadata in Python scripts.
14-
For documentation on how to use the REST API directly, visit the ["Using the API"](https://aiondemand.github.io/AIOD-rest-api/Using/).
10+
through the [Python SDK](https://aiondemand.github.io/aiondemand/) to access all (meta)data in Python scripts, the
11+
[AIoD website](aiod.eu), including services such as [My Resources](https://github.com/aiondemand/AIOD-marketplace-frontend/) to browse assets,
12+
and [RAIL](https://github.com/aiondemand/aiod-rail) to conduct reproducible ML experiments.
13+
For documentation on how to use the REST API directly, visit the ["Using the API"](https://aiondemand.github.io/AIOD-rest-api/using/) guide.
1514

1615
**🧑‍💻 For service developers:**
1716
To use the metadata catalogue from your service, use the [Python SDK](https://github.com/aiondemand/aiondemand)
18-
or use the REST API directly as detailed in the ["Using the API"](https://aiondemand.github.io/AIOD-rest-api/Using/) documentation.
17+
or use the REST API directly as detailed in the ["Using the API"](https://aiondemand.github.io/AIOD-rest-api/using/) documentation.
1918

2019
**🌍 Hosting:** For information on how to host the metadata catalogue, see the ["Hosting" documentation](https://aiondemand.github.io/AIOD-rest-api/hosting/).
2120

0 commit comments

Comments
 (0)