Metadata-Version: 1.1
Name: deepaas
Version: 0.1.1.dev3
Summary: DEEP as a Service (DEEPaaS) is a REST API to expose a
machine learning model through a REST API.
Home-page: http://github.com/IFCA/deepaas
Author: Alvaro Lopez Garcia
Author-email: aloga@ifca.unican.es
License: Apache-2
Description: # DEEPaaS
        
        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 fron of their model, thus accesing its functionality via HTTP calls.
        
        ## Quickstart
        
        The best way to quickly try the DEEPaaS API is trough:
        
            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
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
