RengMe! website: http://rengme.chanasia.xyz/
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.
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.
docker build -f Dockerfile.frontend -t chanasia/rengme:1.0 .
docker build -f Dockerfile.backend -t chanasia/rengme_api:1.0 .
docker-compose up -d