Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 307 Bytes

File metadata and controls

15 lines (11 loc) · 307 Bytes

Manga Recommender

A personal manga recommendation engine built from scratch in Python.

How it works

  • Fetches manga data from the AniList GraphQL API
  • Uses cosine similarity to recommend manga based on genre and score
  • (more to come)

Stack

  • Python
  • AniList GraphQL API

Status

In progress