|
1 | | -# 🇪🇺AI-on-Demand Metadata Catalogue |
| 1 | +# 🇪🇺 AI-on-Demand Metadata Catalogue |
2 | 2 |
|
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), |
6 | 5 | and is connected to European projects like [Bonsapps](https://bonsapps.eu) and [AIDA](https://www.i-aida.org). |
7 | 6 | 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/). |
8 | 7 |
|
9 | 8 | **🧑🔬 For most users:** |
10 | 9 | 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. |
15 | 14 |
|
16 | 15 | **🧑💻 For service developers:** |
17 | 16 | 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. |
19 | 18 |
|
20 | 19 | **🌍 Hosting:** For information on how to host the metadata catalogue, see the ["Hosting" documentation](https://aiondemand.github.io/AIOD-rest-api/hosting/). |
21 | 20 |
|
|
0 commit comments