| layout | default |
|---|---|
| title | Introduction to Deploying Seldon |
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.
- 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
- seldon-server : Real-time predictive scoring that exposes a REST API for external clients.
- Micro-services for custom algorithms with example python templates for item recommendation and predictive scoring.
- seldon-spark : Implementations of predictive models in Spark.
- Prepackeged Docker integrations with Vowpal Wabbit and XGBoost
- Docker container for Semantic Vectors : Vector based models for language modelling using Semantic vectors
