Code Monkey home page Code Monkey logo

anime-recommendation-system's Introduction

Anime Recommendation System

This project implements an anime recommendation system using content-based and hybrid techniques. It processes anime data from a CSV file, conducts extensive text preprocessing on titles, themes, genres, and synopses, and utilizes TF-IDF vectorization for textual analysis.

Features:

  • Content-Based Recommendation: Uses cosine similarity for anime suggestions based on textual features. Text preprocessing includes lowercasing, tokenization, special character removal, stop word removal, and lemmatization.
  • Hybrid Recommendation: Combines content-based similarity and average ratings (65% content, 35% ratings) for personalized suggestions.

Data Preprocessing:

  • Removes unnecessary columns.
  • Standardizes text formats, removes spaces, special characters, and specific words/patterns from synopses.
  • Numerical columns are processed to remove commas and scaled using MinMaxScaler.

Usage:

  • Allows users to input specific anime titles for both content-based and hybrid recommendations.
  • Provides recommendations for a predefined list of anime titles.

Libraries Used:

  • Pandas: For data manipulation and preprocessing.
  • NLTK: For tokenization, stop word removal, and lemmatization.
  • Scikit-Learn: For TF-IDF vectorization, cosine similarity, and numerical scaling.

anime-recommendation-system's People

Contributors

sheikhmohammedsakhib 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.