learning-orchestra-client

learningOrchestra python client


Keywords
hacktoberfest, python-package, python3
License
GPL-3.0
Install
pip install learning-orchestra-client==2.2.3

Documentation

build-passing tag last-commit

pythonClient

Python client for learningOrchestra.

Installation

Requires Python 3.x

pip install learning-orchestra-client

Usage

Each interoperable REST API service described in Learning Orchestra is translated into Python. Details at python client docs. Furthermore, some extra method calls are included into Python client API to simplify even more the Machine Learning services. For instance, the REST API is asynchronous, except for GET HTTP requests, but the Python client enables also the synchronous API calls. The wait API method, useful to receive notifications from ML pipes, is another important example to illustrate an extension of the original REST API.

Example