Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raksh710/anime_recommender_system
Recommends Anime using Content based filtering (using TFIDF vectorization and sigmoid kernel) and collaborative filtering (using KNN)
https://github.com/raksh710/anime_recommender_system
anime collaborative-filtering content-based-recommendation kaggle recommendation-system tfidf-text-analysis
Last synced: 1 day ago
JSON representation
Recommends Anime using Content based filtering (using TFIDF vectorization and sigmoid kernel) and collaborative filtering (using KNN)
- Host: GitHub
- URL: https://github.com/raksh710/anime_recommender_system
- Owner: Raksh710
- Created: 2022-09-06T02:29:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T02:40:23.000Z (over 1 year ago)
- Last Synced: 2024-11-10T11:42:15.308Z (about 2 months ago)
- Topics: anime, collaborative-filtering, content-based-recommendation, kaggle, recommendation-system, tfidf-text-analysis
- Language: HTML
- Homepage:
- Size: 60.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime_Recommender_System
Recommends Anime using Content based filtering.Built Anime Recommender System using Content-based filtering and then finding the top 10 recommendations, sorted using Weighted Hybrid technique modelled on total reviews, review sentiment and average rating.
OpenAI API was used for creating “embeddings” which was performed on string column which concatenated ‘Synopsis’ and ‘Genre’ column and on this basis, similarity was calculated using cosine similarity on the embedding vector.
The model was deployed using Salesforce Heroku. Also, built its docker image and pushed it to DockerHubLink to my Kaggle Notebook: https://www.kaggle.com/raksh710/content-based-filtering-sorted-by-weighted-average
The link to the Kaggle Dataset: https://www.kaggle.com/datasets/CooperUnion/anime-recommendations-database?datasetId=571**Assessing the performance of the recommender system.**
[This link could be helpful](https://analyticsindiamag.com/how-to-measure-the-success-of-a-recommendation-system/#:~:text=your%20business%20goal.-,Common%20Metrics%20Used,evaluation%20metrics%20for%20recommender%20systems.)As per the above mentioned source, getting data on CTR (Click Through Rate) we can assess the system.