the-algorithm icon indicating copy to clipboard operation
the-algorithm copied to clipboard

How can I deploy and integrate this project into my code?

Open AutuBread opened this issue 3 months ago • 1 comments

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.

AutuBread avatar Nov 19 '25 03:11 AutuBread

check something like this https://github.com/gorse-io/gorse

Vaisakhkm2625 avatar Nov 21 '25 04:11 Vaisakhkm2625