1
0
Fork 0
A small tool that predicts the interests of a user based on the friends of that user in a social network. Based on an assignment for COMP10001, a subject at The University of Melbourne.
Go to file
Rory Healy 7fb4a40727
Fix formatting issues and inconsistencies
2023-02-05 20:47:37 +11:00
docs Fix formatting issues and inconsistencies 2023-02-05 20:47:37 +11:00
src Fix formatting issues and inconsistencies 2023-02-05 20:47:37 +11:00
.gitignore Added .gitignore 2023-01-30 22:32:08 +11:00
LICENSE Initial commit 2023-01-30 19:06:33 +11:00
README.md Add specification 2023-01-30 21:32:22 +11:00

README.md

social-interest-predictor

A small tool that predicts the interests of a user based on the friends of that user in a social network.

Based on an assignment for COMP10001, a subject at The University of Melbourne. The assignment specification can be found here.