Book Recommender System

This book recommender system utilizes the Goodreads ratings data to predict a user's book preferences. The system leverages embedding layers to capture the relationships between books and users, and applies fully-connected neural networks for the prediction. By training on large amounts of data, the system is able to provide personalized book recommendations to users based on their reading history and preferences.