Joystream / orion

Atlas backend
GNU General Public License v3.0
7 stars 15 forks source link

WIP: Recommendations #43

Open bedeho opened 2 years ago

bedeho commented 2 years ago

An important part of all apps will be to power recommendations. Orion, as the primary data layer and API for apps will need to, in some way, accommodate recommendation engine integrations. I have limited experience on this topic, but doing a bit of research I found that Tensorflow Recommenders seems like a really good fit, as an end-to-end ML powered recommendation framework, for use-cases very similar to Atlas. So keeping in mind how to accommodate recommendations, ideally through some flexible abstraction that allows people to use their own approach, but where this frame is taken as a sort of benchmark framework. Here is a really exciting playlist that takes you through how it works: https://www.youtube.com/playlist?list=PLQY2H8rRoyvwLbzbnKJ59NkZvQAW9wLbx

WRadoslaw commented 9 months ago

State of Recommendations on 30/01/2024 - 3pm

Orion

Already done

GraphQL server:

Auth API:

Interactions API:

Processor:

To be implemented

GraphQL server:

Processor:

TBD:

Atlas

Already done

Not yet implemented