File size: 211 Bytes
6a3d3b0 | 1 2 3 4 5 6 7 8 9 10 11 | # Manga Recommender Model
A matrix factorization model for manga recommendations.
## API Endpoints
### GET /predict
Get recommendations for a user
### POST /update
Update the model with new ratings |