An open API service indexing awesome lists of open source software.

https://github.com/abduibasit/anime-recommendation-system

A recommender system that recommends anime shows based on similarity of genres, the system employs Sklearn tfidfvectorizer module and cosine similarity to recommend most similar anime shows in a content-based filtering technique
https://github.com/abduibasit/anime-recommendation-system

Last synced: 3 months ago
JSON representation

A recommender system that recommends anime shows based on similarity of genres, the system employs Sklearn tfidfvectorizer module and cosine similarity to recommend most similar anime shows in a content-based filtering technique

Awesome Lists containing this project

README

        

# Anime-Recommendation-System
Sequel to conducting an analysis of anime shows where I analyzed all anime shows till date and created a dashboard that provides insights on relevant information of anime shows. I took a further advanced step and built a machine learning recommendation system. The recommendation system is a python function code that return similar anime suggestions on basis of genre similarity. The system mainly employs use of sklearn.