MorpheoOrg / morpheo-compute

Machine learning oriented task queue, easy to deploy in container-based environments, written in plain Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morpheo-Compute: a container-based ML task queue

Compute aims at providing a machine learning HTTP API and asynchronous task queue that runs training and prediction jobs (possibly other jobs) in an asynchronous way. It is part of the Morpheo project.

Design overview

Compute Architecture Overview

Documentation

TODO

  • API blueprint doc served by the API itself
  • Same for the whole project's godoc and upload it on the official website

License

All this code is open source and licensed under the CeCILL license - which is an exact transcription of the GNU GPL license that also is compatible with french intellectual property law. Please find the attached licence in English here or in French.

Note that this license explicitely forbids redistributing this code (or any fork) under another licence.

Maintainers

  • Étienne Lafarge <etienne_a t_rythm.co>
  • Max-Pol Le Brun <maxpol_a t_morpheo.co>

About

Machine learning oriented task queue, easy to deploy in container-based environments, written in plain Go

License:CeCILL Free Software License Agreement v2.1


Languages

Language:Go 92.0%Language:Makefile 8.0%