Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 482 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 482 Bytes

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