Goal

To make a proof of concept implementation of Tik Tok's collaborative-filtering algorithm for X product category. I'm thinking that food dishes and clothing are good options. The frontend client can be a simple React-based web app that allows users to swipe left or right on recipes (indicating likes/dislikes). The data will serve as training data for the algorithm. The algorithm will improve over time as more users provide more feedback.

Sample Dataset

Algorithm

Database

Frontend