Giter VIP home page Giter VIP logo

animatch's Introduction

aniMatch - anime Recommendation System

animeMatch is a anime recommendation system built using machine learning concepts and deployed with the Streamlit library on Heroku. This project aims to provide personalized anime recommendations based on user preferences, leveraging both collaborative filtering and content-based filtering techniques.

Problem Statement

The goal of animeMatch is to recommend animes to users based on their input anime choice. By analyzing anime data from The anime Database (TMDB), including genres, keywords, cast, and crew, the system aims to enhance the viewing experience for users by suggesting relevant and personalized content.

Data Overview

Dataset-> Link to Download dataset

  • Source: TMDB
  • Data: Consists of information for 5000 animes, including title, genres, keywords, overview, cast, crew, and more.
  • Data Cleaning and Preparation: The data is cleaned, null values are handled, and relevant columns are selected for analysis. Textual data is processed using natural language processing techniques.

Implementation

  1. Data Preparation: Exploration of columns, handling null values, and merging datasets.
  2. Data Cleaning: Text data is processed, including extracting genres, keywords, cast, and crew information.
  3. Feature Extraction: Relevant features are extracted for analysis, and a combined dataset is created.
  4. Vectorization: CountVectorizer is used to convert textual data into numeric data for further processing.
  5. Similarity Calculation: Cosine similarity is employed to measure the similarity between animes based on their textual descriptions.
  6. Model Deployment: The recommendation system is deployed on Heroku using Streamlit, providing users with a user-friendly interface to discover anime recommendations.

Key Features

  • Collaborative filtering and content-based filtering techniques
  • User-friendly interface for inputting anime preferences
  • Top 10 anime recommendations based on input anime choice
  • Integration with TMDB to fetch additional anime information, including posters

Contributing

Contributions to animeMatch are welcome! Whether it's bug fixes, feature enhancements, or documentation improvements, feel free to open an issue or submit a pull request.

animatch's People

Contributors

pradyumn-101 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.