/dlframework

Common code for all deep learning predictors used by MLModelScope

Primary LanguageGoOtherNOASSERTION

DLFramework

Build Status Build Status

Deep Learning Framework contains common code used for the MLModelScope agents.

Evaluation

contains commands that help summarize and visualize the experiments results.

Framework

Agents

Allows applications to connect to a message queue to get prediction jobs to be run and returns result via the message queue and to a mongodb for archiving.

Server

Setup the Cobra commandline interface to run buildtime, completion, env, predict, worker, info and other commands.

Core Prediction

Handles the setup of a prediction but requires a framework to actually run model. Predictions process is shared between the cli and the mq agent and should behave identically.

httpapi

(This is deprecated) Creates an api to run predicts against, this is being replaced with new functions in mlmodelscope-api

registryquery

(This is deprecated) communication with the Consul registry storing what models and frameworks are available, this is being replaced with new functions in mlmodelscope-api