concierge icon indicating copy to clipboard operation
concierge copied to clipboard

real time recommendation playground

concierge

A continuous learning collaborative filter1 deployed with a light web server2. Distributed updates are live (real time pubsub + delta training from model snapshots).

Live:

  • redis pubsub updates, and model persistence
  • using redis ordered sets to take incremental trained models and augment them with the latest events
  1. using river-ml
  2. using sanic

Released under the MIT License