Skip to content

chanasia/anime-recommendation

Repository files navigation

Anime Recommendation

home similar anime

Hi everyone,

This is my mini-project. I was a second-year student in a Data Mining course. My project is about recommending anime on a website using K-nearest neighbors (KNN) to make recommendations.

About my project !

My datasets and images from MyanimeList.

I created the model using Jupyter, and I have uploaded all of my code to Google Colab Click.

I created the website using Svelte for the frontend and Flask for the backend.

How to use?

Build docker images

docker build -f Dockerfile.frontend -t chanasia/rengme:1.0 .
docker build -f Dockerfile.backend -t chanasia/rengme_api:1.0 .

Run docker-compose

docker-compose up -d