9
9
10
10
<img src =" https://marketplace.deep-hybrid-datacloud.eu/images/logo-deep.png " width =200 alt =" DEEP-Hybrid-DataCloud logo " />
11
11
12
- DEEP as a Service (DEEPaaS) is a REST API that is focused on providing access
13
- to machine learning models. By using DEEPaaS users can easily run a REST API
14
- in front of their model, thus accessing its functionality via HTTP calls.
12
+ DEEP as a Service API (DEEPaaS API) is a REST API built on
13
+ [ aiohttp] ( https://docs.aiohttp.org/ ) that allows to provide easy access to
14
+ machine learning, deep learning and artificial intelligence models. By using
15
+ the DEEPaaS API users can easily run a REST API in front of their model, thus
16
+ accessing its functionality via HTTP calls. DEEPaaS API leverages the [ OpenAPI
17
+ specification] ( https://github.com/OAI/OpenAPI-Specification ) .
18
+
19
+ # Documentation
20
+
21
+ The DEEPaaS documentation is hosted on [ Read the Docs] ( https://deepaas.readthedocs.io/ ) .
22
+
15
23
16
24
## Quickstart
17
25
@@ -22,7 +30,7 @@ The best way to quickly try the DEEPaaS API is through:
22
30
This command will install a virtualenv (in the ` virtualenv ` directory) with
23
31
DEEPaaS and all its dependencies and will run the DEEPaaS REST API, listening
24
32
on ` 127.0.0.1:5000 ` . If you browse to ` http://127.0.0.1:5000 ` you will get the
25
- swagger documentation page.
33
+ Swagger documentation page (i.e. the Swagger web UI) .
26
34
27
35
### Develop mode
28
36
@@ -31,10 +39,6 @@ issue the following command before:
31
39
32
40
make develop
33
41
34
- # Documentation
35
-
36
- The DEEPaaS documentation is hosted on [ Read the Docs] ( https://deepaas.readthedocs.io/ ) .
37
-
38
42
39
43
# Citing
40
44
@@ -64,3 +68,10 @@ You can also use the following BibTeX entry:
64
68
year = {2019},
65
69
month = {10},
66
70
day = {25},}
71
+
72
+ # Acknowledgements
73
+
74
+ This software has been developed within the DEEP-Hybrid-DataCloud (Designing
75
+ and Enabling E-infrastructures for intensive Processing in a Hybrid DataCloud)
76
+ project that has received funding from the European Union’s Horizon 2020
77
+ research and innovation programme under grant agreement No 777435.
0 commit comments