| # 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 |
| # 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 |