jberkel / imdb-movie-links

pagerank movie references

Home Page:https://zegoggl.es/2010/12/link-analysis-of-imdb-movie-connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link analysis of IMDB movie connections

Code for the blog post: Link analysis of IMDB movie connections

Usage

$ git clone git://github.com/jberkel/imdb-movie-links.git
$ cd imdb-movie-links
$ easy_install networkx imdbpy
$ brew install graphviz wget   # OSX/homebrew
$ bundle install
$ rake rank                    # CSV export ranking
$ rake graph.svg MAX=50        # create a graph, max. 50 nodes

Credits

License

Released under the term of the GNU GPL license, see LICENSE.

About

pagerank movie references

https://zegoggl.es/2010/12/link-analysis-of-imdb-movie-connections

License:GNU General Public License v2.0


Languages

Language:Python 89.2%Language:Ruby 10.8%