https://github.com/grycap/deepaas
DEEP as a Service API for machine learning models
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 13 DOI reference(s) in README -
✓Academic publication links
Links to: joss.theoj.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Last synced: 4 months ago
·
JSON representation
Repository
DEEP as a Service API for machine learning models
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of ai4os/DEEPaaS
Created about 6 years ago
· Last pushed about 6 years ago
https://github.com/grycap/DEEPaaS/blob/master/
# DEEPaaS [](https://github.com/indigo-dc/DEEPaaS/blob/master/LICENSE) [](https://github.com/indigo-dc/DEEPaaS/releases) [](https://pypi.python.org/pypi/deepaas) [](https://pypi.python.org/pypi/deepaas) [](https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/DEEPaaS/job/master/) [](https://doi.org/10.21105/joss.01517)DEEP as a Service (DEEPaaS) is a REST API that is focused on providing access to machine learning models. By using DEEPaaS users can easily run a REST API in front of their model, thus accessing its functionality via HTTP calls. ## Quickstart The best way to quickly try the DEEPaaS API is through: make run This command will install a virtualenv (in the `virtualenv` directory) with DEEPaaS and all its dependencies and will run the DEEPaaS REST API, listening on `127.0.0.1:5000`. If you browse to `http://127.0.0.1:5000` you will get the swagger documentation page. ### Develop mode If you want to run the code in develop mode (i.e. `pip install -e`), you can issue the following command before: make develop # Documentation The DEEPaaS documentation is hosted on [Read the Docs](https://deepaas.readthedocs.io/). # Citing [](https://doi.org/10.21105/joss.01517) If you are using this software and want to cite it in any work, please use the following: > Lopez Garcia, A. "DEEPaaS API: a REST API for Machine Learning and > Deep Learning models". In: _Journal of Open Source Software_ 4(42) (2019), > pp. 1517. ISSN: 2475-9066. DOI: [10.21105/joss.01517](https://doi.org/10.21105/joss.01517) You can also use the following BibTeX entry: @article{Lopez2019DEEPaaS, journal = {Journal of Open Source Software}, doi = {10.21105/joss.01517}, issn = {2475-9066}, number = {42}, publisher = {The Open Journal}, title = {DEEPaaS API: a REST API for Machine Learning and Deep Learning models}, url = {http://dx.doi.org/10.21105/joss.01517}, volume = {4}, author = {L{\'o}pez Garc{\'i}a, {\'A}lvaro}, pages = {1517}, date = {2019-10-25}, year = {2019}, month = {10}, day = {25},}
Owner
- Name: GRyCAP
- Login: grycap
- Kind: organization
- Website: https://www.grycap.upv.es
- Repositories: 155
- Profile: https://github.com/grycap
Grid y Computación de Altas Prestaciones
DEEP as a Service (DEEPaaS) is a REST API that is focused on providing access
to machine learning models. By using DEEPaaS users can easily run a REST API
in front of their model, thus accessing its functionality via HTTP calls.
## Quickstart
The best way to quickly try the DEEPaaS API is through:
make run
This command will install a virtualenv (in the `virtualenv` directory) with
DEEPaaS and all its dependencies and will run the DEEPaaS REST API, listening
on `127.0.0.1:5000`. If you browse to `http://127.0.0.1:5000` you will get the
swagger documentation page.
### Develop mode
If you want to run the code in develop mode (i.e. `pip install -e`), you can
issue the following command before:
make develop
# Documentation
The DEEPaaS documentation is hosted on [Read the Docs](https://deepaas.readthedocs.io/).
# Citing
[](https://doi.org/10.21105/joss.01517)
If you are using this software and want to cite it in any work, please use the
following:
> Lopez Garcia, A. "DEEPaaS API: a REST API for Machine Learning and
> Deep Learning models". In: _Journal of Open Source Software_ 4(42) (2019),
> pp. 1517. ISSN: 2475-9066. DOI: [10.21105/joss.01517](https://doi.org/10.21105/joss.01517)
You can also use the following BibTeX entry:
@article{Lopez2019DEEPaaS,
journal = {Journal of Open Source Software},
doi = {10.21105/joss.01517},
issn = {2475-9066},
number = {42},
publisher = {The Open Journal},
title = {DEEPaaS API: a REST API for Machine Learning and Deep Learning models},
url = {http://dx.doi.org/10.21105/joss.01517},
volume = {4},
author = {L{\'o}pez Garc{\'i}a, {\'A}lvaro},
pages = {1517},
date = {2019-10-25},
year = {2019},
month = {10},
day = {25},}