Skip to content

Commit

Permalink
Merge branch 'master' into fix/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez authored Jun 7, 2024
2 parents 53a4c32 + f89bc71 commit 60257d1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
cff-version: 1.2.0
title: DEEPaaS
message: ' A REST API to serve machine learning and deep learning models '
type: software
authors:
- given-names: Álvaro
family-names: López García
email: [email protected]
affiliation: 'IFCA, CSIC-UC'
orcid: 'https://orcid.org/0000-0002-0013-4602'
identifiers:
- type: doi
value: 10.5281/zenodo.1544377
description: Zenodo record
- type: doi
value: 10.21105/joss.01517
description: Journal publication
repository-code: 'https://github.com/ai4os/DEEPaaS/'
abstract: >-
DEEP as a Service API (DEEPaaS API) is a REST API built on
aiohttp that allows to provide easy access to machine
learning, deep learning and artificial intelligence
models. By using the DEEPaaS API users can easily run a
REST API in front of their model, thus accessing its
functionality via HTTP calls. DEEPaaS API leverages the
OpenAPI specification.
keywords:
- http
- http
- data science
- machine learning
- deep learning
- neural network
- REST api
- aiohttp
- artificial intelligence
- neural networks
license: Apache-2.0
preferred-citation:
authors:
- given-names: Álvaro
family-names: López García
email: [email protected]
affiliation: 'IFCA, CSIC-UC'
orcid: 'https://orcid.org/0000-0002-0013-4602'
title: "DEEPaaS API: a REST API for Machine Learning and Deep Learning models"
type: article
year: 2019
journal: "Journal of Open Source Software"
doi: 10.21105/joss.01517
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# DEEPaaS

[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9063/badge)](https://www.bestpractices.dev/projects/9063)
[![GitHub license](https://img.shields.io/github/license/indigo-dc/DEEPaaS.svg)](https://github.com/indigo-dc/DEEPaaS/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/indigo-dc/DEEPaaS.svg)](https://github.com/indigo-dc/DEEPaaS/releases)
[![PyPI](https://img.shields.io/pypi/v/deepaas.svg)](https://pypi.python.org/pypi/deepaas)
[![Python versions](https://img.shields.io/pypi/pyversions/deepaas.svg)](https://pypi.python.org/pypi/deepaas)
[![Build Status](https://jenkins.services.ai4os.eu/job/AI4OS/job/DEEPaaS/job/master/badge/icon)](https://jenkins.services.ai4os.eu/job/AI4OS/job/DEEPaaS/job/master/)
[![Documentation Status](https://readthedocs.org/projects/deepaas/badge/?version=latest)](https://deepaas.readthedocs.io/en/latest/)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.01517/status.svg)](https://doi.org/10.21105/joss.01517)
[![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1544377.svg)](https://zenodo.org/doi/10.5281/zenodo.1544377)

<img src="https://raw.githubusercontent.com/ai4os/.github/ai4os/profile/horizontal-transparent.png" width=200 alt="AI4EOSC logo"/>
<img src="https://marketplace.deep-hybrid-datacloud.eu/images/logo-deep.png" width=200 alt="DEEP-Hybrid-DataCloud logo"/>
Expand Down

0 comments on commit 60257d1

Please sign in to comment.