Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.89 KB

File metadata and controls

28 lines (19 loc) · 1.89 KB
layout default
title Introduction to Deploying Seldon

Introduction to Deploying Seldon

Open Source Projects

The open source projects that comprise Seldon can be seen in the image below grouped into logical sections. The diagram also illustrate the extension points that can be used to add custom algorithms (offline model creation and real time prediction scoring) to easily extend Seldon.

Open Source Projects

External Interfaces

  • seldon-js-lib : A javascript library to allow easy integration of Seldon onto existing website
  • seldon-java-client : A server to server implementation of the Seldon Oauth REST API in Java
  • seldon-importer-web : Scrape content meta data from web pages and import via Seldon API

Real-Time Predictive Scoring

Offline Modelling