Book recommendation system is a web application developed using the Java Spring Boot framework, Spring Security, and Hibernate. It utilizes a Postgres database and follows the principles of software clean architecture. The system allows users to view books, authors, and ratings, and provides recommendations based on user-based collaborative filtering. The algorithm takes into account the preferences of similar users to recommend books to a specific user. This allows for a personalized and efficient book recommendation experience for users.
henry-azer/book-recommendation-system
The book recommendation system is a web application developed using the Java Spring Boot framework and under it's the principles of software clean architecture. The system recommendations based on user-based collaborative filtering
Java