I want to try integrating this recommendation algorithm into my own developed social media platform (for learning purposes), which uses my own database.
So I would like to know how my database structure should be designed and how to use it to provide recommendation services to me. (which class/function/...)
I prefer the recommendation algorithm to be a black box.
That is, after configuring my own database, I just need to provide the necessary user information (user id, user name, etc.), and the system can output the recommended results to me. I do not need to understand how the internal implementation works.