Anime Recommendation System
I scraped data of over 100K users from MyAnimeList and built a recommendation system using collaborative filtering.
It was the summer of 2021... Rohan convinced me to watch an anime called "Attack on Titan". 6 hours and 8 episodes later he was showing me the MyAnimeList website where the anime freaks like him rate and review the anime they watch.
Now here me out...
That website has like shit ton amount of users and all the users are like making list of their fav anime and they review them and for some reason the website still didn't have a nice recommendations system :(
So I imagined this...
-> I can extract the data of those thousands of people
-> I can then use that data and create a collaborative filtering based recommendation engine
-> and then I can create a service which will give recommendations to MyAnimeList users
Rest assured that's exactly what I did
Now... I would have loved to have a demo website of this project up and running but unfortunately a lot has changed since then and when I run the react app it just throws a bunch of errors. So I am just gonna leave the github link here and you can check out the code if you want to.