Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 621 Bytes

File metadata and controls

11 lines (5 loc) · 621 Bytes

ReadsProfiler

ReadsProfiler is a university project for Computer Networks (year 2 semester 1), the project consists of a server/client application responsible for storing, searching, and downloading books by certain categories(title, genre, author). One of the most difficult parts was to implement an efficient algorithm to suggest books to a user.

The app work like a shell with different commands:

alt text

The funniest part was the suggestion algorithm, for that I learned and used different algorithms like K-nearest-neighbours.