Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 642 Bytes

IMDB Top1000 movie data analysis

The goal of this project was to take the dataset of top 1000 IMDB movies from 2006 up to 2016 and apply several social network analysis techniques on it.

The three main graphs we are interested in are:

  • Actor co-ocurence graph
  • Genre relation graph
  • Movie relation graph

The analysis was done in Jupyter Notebook, as well as Gephi for visualizing the generated graphs.
All of the used data is available in this repository, as well as on Kaggle.

Configuration

Using Python 3.6.7 do:

pip install -r requirements
jupyter notebook