2022ADS-4 / spotlight

Deep recommender models using PyTorch.
MIT License
0 stars 0 forks source link

Backend: get data/model, predict #53

Open sbgonenc opened 1 year ago

sbgonenc commented 1 year ago

This one is about writing a backend pipeline when user asks for a movie recommendation. Both sequential and explicit models will be used. Flow works like this:

user_id, genre, previously_watched_movie_ids, model_to_use? as input new_recommended_movie as output