SkillAgentSearch skills...

AnimeRec

Personalized Anime Recommendation Web Application with Machine Learning and Python

Install / Use

/learn @chriskok/AnimeRec

README

Anime Recommendation System

Homepage

Check out our API in action here: https://www.randomanime.org/anime-like/

Our Cycle 1 Homepage

Installation

  1. Clone this git repo (including the backend system submodule):
    • git clone --recurse-submodules -j8 https://github.com/chriskok/AnimeRec.git
  2. Make sure all the necessary files are downloaded in the anime-recommendation-system submodule (google drive link: TBD)
  3. If running on your local system (instead of using Docker), install requirements (in requirements.txt) for both front end and back end systems

Usage

Run with Docker

  1. Install docker and docker-compose on your system
  2. Run docker-compose up -d to bring the system up (may take a while to build at first - once built, it's a quick boot up)
  3. To close, run docker-compose down

Run on Local System

  1. Start the front end webserver
    • cd front_end_animerec
    • python main.py
    • Access the app on your browser at http://0.0.0.0:5000/
    • NOTE: It's currently using the live API hosted in EC2 instead of the API on a local system. To change this, you can change the API_URL variable in front_end_animerec/main.py to http://0.0.0.0:8000/
  2. Start the API (if necessary, use a different terminal)
    • cd anime-recommendation-system
    • uvicorn main:api --reload

API Syntax

To see the latest API docs, you can go to http://3.131.210.47:8000/docs. It's currently a JSON format with each row as the key and an array of recommendationss. We've decided that the only changes are going to be the info stored in the recommendations themselves (we'll be adding genre/tags that match, recommendation_count (if applicable), words that match (if applicable)) for this next cycle.

Next Steps

Check out our pitch for the Anime Recommendation Project's Second Cycle.

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1mo ago
Forks1

Languages

JavaScript

Security Score

75/100

Audited on Feb 24, 2026

No findings