SinghKislay / RaaS

Recommender as a service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommender as a Service

A proof of concept implementation

Implemented Modules

  • MySQL Datasource : extract user and item interactions and create a matrix for collaborative filtering

To be Implemented

  • Simple In memory user-user collaborative filtering.
  • Reflecting Database updates in the matrix.
  • Rest API to be served as a recommender

About

Recommender as a service


Languages

Language:TSQL 59.4%Language:Python 40.6%