-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ai4os/new-metadata
feat: add new a4-metadata.yml file; fine-tune SQA
- Loading branch information
Showing
5 changed files
with
86 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.4 | ||
2.1.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,62 @@ | ||
metadata_version: 2.0.0 | ||
title: {{ cookiecutter.project_name }} | ||
summary: {{ cookiecutter.description.replace('\'', '') }} | ||
summary: "{{ cookiecutter.description.replace('\'', '') }}" | ||
description: |- | ||
{{ cookiecutter.project_name }} | ||
{{ cookiecutter.__app_name }} is an application using the DEEPaaS API. | ||
{{ cookiecutter.description.replace('\'', '') }} | ||
# doi: http://add-some-DOI-url.com | ||
dates: | ||
created: '{% now 'utc', '%Y-%m-%d' %}' | ||
updated: '{% now 'utc', '%Y-%m-%d' %}' | ||
created: {% now 'utc', '%Y-%m-%d' %} | ||
updated: {% now 'utc', '%Y-%m-%d' %} | ||
links: | ||
ai4_template: {{ cookiecutter.__ai4_template }} | ||
source_code: {{ cookiecutter.git_base_url }}/{{ cookiecutter.__repo_name }} | ||
docker_image: ai4oshub/{{ cookiecutter.__repo_name }} | ||
# dataset: | ||
tags: | ||
- deep learning | ||
#tasks: | ||
categories: | ||
- AI4 pre trained | ||
- AI4 trainable | ||
- AI4 inference | ||
#libraries: | ||
#data-type: | ||
# documentation: http://add-some-documentation.com | ||
# dataset: http://add-some-url-pointing-to-your-dataset.com | ||
# weights: http://add-some-weights-url.com | ||
# citation: http://add-some-DOI-url.com | ||
# base_model: http://add-some-link-to-another-model.com | ||
#tags: # required property, add user-defined tags that you consider relevant | ||
# - deep learning | ||
#tasks: # required property, uncomment together with relevant items | ||
# - Computer Vision | ||
# - Natural Language Processing | ||
# - Time Series | ||
# - Recommender Systems | ||
# - Anomaly Detection | ||
# - Regression | ||
# - Classification | ||
# - Clustering | ||
# - Dimensionality Reduction | ||
# - Generative Models | ||
# - Graph Neural Networks | ||
# - Optimization | ||
# - Reinforcement Learning | ||
# - Transfer Learning | ||
# - Uncertainty Estimation | ||
# - Other | ||
#categories: # required property, uncomment together with relevant items | ||
# - AI4 trainable | ||
# - AI4 pre trained | ||
# - AI4 inference | ||
# - AI4 tools | ||
#libraries: # required property, uncomment together with relevant items | ||
# - TensorFlow | ||
# - PyTorch | ||
# - Keras | ||
# - Scikit-learn | ||
# - XGBoost | ||
# - LightGBM | ||
# - CatBoost | ||
# - Other | ||
#data-type: # optional, uncomment together with relevant items | ||
# - Image | ||
# - Text | ||
# - Time Series | ||
# - Tabular | ||
# - Graph | ||
# - Audio | ||
# - Video | ||
# - Other | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters