Skip to content

reynaldichernando/MALmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MALmap (V2)

Malmap image

An interactive network graph of anime based on MyAnimeList recommendations.

Edge weights are equal to the recommendation counts between series. For anime, at least 3 recommendations must be made between two series for the edge to be registered. For manga, this requirement is lowered to 2.

The force-directed layout and detected communities are generated using NetworkX. Data is retrieved using the Jikan API, and is currently processed in the jupyter notebook - will port it to a python script at some point. The graph visualization is built on sigma.js. Only jQuery is used for the site, so no build is required.

Feature suggestions welcome!

See the MyAnimelist forum topic for more info.

About

Visualization of MyAnimeList Recommendations

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 52.2%
  • Jupyter Notebook 29.0%
  • HTML 13.1%
  • CSS 5.7%