Carbon

The goal is simple: help people find new anime. Whether you're a veteran or completely new to the space, my dream is to ensure that you can find something new and exciting to watch.

Pure Nim score 15/100 · last commit 2022-11-28 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2022-11-28
Downloads 0
Last Indexed 2026-09-07 06:08

Installation

nimble install Carbon
choosenim install Carbon
git clone https://gitlab.com/Aakash-Yadav/carbon

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
Carbon - - - - - - -

Source

Repository https://gitlab.com/Aakash-Yadav/carbon
Homepage https://gitlab.com/Aakash-Yadav/carbon
Registry Source gitlab

README

Carbon anime recommendation model

alt text

it's my 5th Semester University Project (Bachelor of computer science)

About Carbon

Content-based filtering is one popular technique of recommendation or recommender systems. The content or attributes of the things you like are referred to as "content."

Here, the system uses your features and likes in order to recommend you with things that you might like. It uses the information provided by you over the internet and the ones they are able to gather and then they curate recommendations according to that. The goal behind content-based filtering is to classify products with specific keywords, learn what the customer likes, look up those terms in the database, and then recommend similar things.

This type of recommender system is hugely dependent on the inputs provided by users, some common examples included Google, Wikipedia, etc. For example, when a user searches for a group of keywords, then Google displays all the items consisting of those keywords. The below video explains how a content-based recommender works.

Goal

I made it a goal to build a system that did not take into account the popularity of an anime, but rather focused on innate features (e.g. plot) to determine similarity and make recommendations. Carbon is my attempt to achieve this goal.

Third Party Websites for (Web scraping)

ANIME-PLANET

Web Scraping Model link for Anime Planet

OutPut Json File

ALL Web Scraping Model OutPut Json Zip file

Website / Working

Search Page

alt text

Recommendation Page

alt text

Check-out Website and Enjoy (Recommendations)

CARBON_WEB_APPLICATION --->

Conclusion

Looking at the methods of content-based recommendation we understood that a computer uses many processes to make our lives easier, one of them is the recommendation process.

Thanks and Enjoy.