-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.json
62 lines (62 loc) · 2.45 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"metadata_version": "2.0.0",
"title": "Thunderstorm nowcast (MicroStep-MIS)",
"summary": "Thunderstorm nowcast based on radar data (for agrometeorology)",
"description": [
"ai4eosc_thunder_nowcast_ml is an application using the DEEPaaS API.\n",
"Write additional information for your users (how to predict, how to retrain,",
"dataset description, training description, etc)."
],
"libraries": ["Keras"],
"tasks": ["Time Series", "Classification", "Other"],
"categories": ["AI4 trainable", "AI4 pre trained", "AI4 inference"],
"data-type": ["Tabular"],
"tags": ["deep learning", "convective rainfall warning"],
"dates": {
"created": "2023-09-07",
"updated": "2024-10-03"
},
"links": {
"source_code": "https://dashboard.cloud.ai4eosc.eu/marketplace/modules/thunderstorm-nowcast-microstep",
"docker_image": "ai4oshub/thunderstorm-nowcast-microstep",
"weights": "https://github.com/MicroStep-MIS/thunderstorm-nowcast-microstep/tree/main/data/raw/model.h5",
"ai4_template": "ai4-template/1.9.9"
}
"keywords": [
"docker",
"api-v2",
"keras",
"trainable",
"pre-trained",
"machine learning",
"severe weather warning"
],
"license": "MIT",
"date_creation": "2023-09-07",
"training_files_url": "https://share.services.ai4os.eu/index.php/apps/files/?dir=/EOSC_runs/data&fileid=4289691",
"dataset_url": "https://share.services.ai4os.eu/index.php/apps/files/?dir=/EOSC_runs/data&fileid=4289691",
"cite_url": "https://sandbox.zenodo.org/doi/10.5072/zenodo.56169",
"sources": {
"source_code": "https://dashboard.cloud.ai4eosc.eu/marketplace/modules/thunderstorm-nowcast-microstep",
"docker_image": "ai4oshub/thunderstorm-nowcast-microstep",
"weights": "https://github.com/MicroStep-MIS/thunderstorm-nowcast-microstep/tree/main/data/raw/model.h5",
"ai4_template": "ai4-template/1.9.9"
},
"continuous_integration": {
"build_status_badge": "https://jenkins.services.ai4os.eu/buildStatus/icon?job=AI4OS-hub/thunderstorm-nowcast-microstep/main",
"build_status_url": "https://jenkins.services.ai4os.eu/job/AI4OS-hub/job/thunderstorm-nowcast-microstep/job/main/"
},
"tosca": [
{
"title": "Mesos (CPU)",
"url": "https://raw.githubusercontent.com/indigo-dc/tosca-templates/master/deep-oc/deep-oc-marathon-webdav.yml",
"inputs": [
"rclone_conf",
"rclone_url",
"rclone_vendor",
"rclone_user",
"rclone_pass"
]
}
]
}