We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a music app, and I want to use this recommendation engine on it.
I want to be able to recommend “Music” and “Artists”. So ideally, music and artists should be items.
How do I differentiate this 2 different recommendations? Also how do I distinguish music and artist in the items table?
I mean how do i get the API to return a music recommendation alone?
The text was updated successfully, but these errors were encountered:
what you could do is create 2 categories music and artists then GET /api/recommend/{user-id}/{category}
GET /api/recommend/{user-id}/{category}
Sorry, something went wrong.
No branches or pull requests
I have a music app, and I want to use this recommendation engine on it.
I want to be able to recommend “Music” and “Artists”. So ideally, music and artists should be items.
How do I differentiate this 2 different recommendations? Also how do I distinguish music and artist in the items table?
I mean how do i get the API to return a music recommendation alone?
The text was updated successfully, but these errors were encountered: