Giter VIP home page Giter VIP logo

animerecsystem's Introduction

AnimeRecSystem

CPSC558 Final Project

Author:

Kaiyuan Sun Beixi Hao

Anime Recommendation System

This program is a simple anime recommendation system that provides anime recommendations based on user preferences. It uses a list of anime data and their associated tags to generate recommendations based on the tags and anime that the user has provided.

Usage

To run the program, simply execute the program file in the terminal with the command

python3 ARS.py

The program will ask you to input numbers to interact with it. The available commands are:

  • 1 show all tags available - Prints a list of all the available tags in the dataset.
  • 2 show all animes available - Prints a list of all the available animes in the dataset.
  • 3 add your preference tag - Adds a tag that you like to your preference list.
  • 4 add your preference anime - Adds an anime that you like to your preference list.
  • 5 get recommendation - Generates a list of recommended animes based on your preferences.
  • 6 clear all tags - Clears all the tags and animes in your preference list.
  • 7 quit - Exits the program.

How it works

The program works by calculating a score for each anime based on the tags that the anime and the user's preference list share. The program then sorts the list of animes based on their scores and returns the top recommendations.

The "load()" function in the "loader.py" file is responsible for loading the anime data and tags into the program. The "recommend()" function takes in the user's preference list as arguments and generates a list of recommended animes.

Conclusion

This program is a simple implementation of an anime recommendation system that demonstrates the basic concepts of recommendation systems. However, it is important to note that this program is not optimized for performance and may not provide accurate recommendations for large datasets.

animerecsystem's People

Contributors

cnsky1103 avatar hao-beixi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.