This repository contains a Book Recommendation System built with Java and Neo4j. The system provides book recommendations based on user preferences and relationships between books.
- Manage book information using Book.java
- Recommend books based on user interests (BookRecommender.java)
- Connect to Neo4j, a graph database, to store and retrieve book relationships (Neo4jConnection.java)
- Java 8 or later
- Neo4j installed and running
- A valid database connection configured
- Clone the repository:
git clone https://github.com/fkoeini/Book.git cd Book - Set up Neo4jConnection.java with your database credentials.
- Compile and run the project:
javac *.java java MainClassName # Replace with the main class
Feel free to submit issues or pull requests to improve the project.
This project is licensed under the MIT License.