Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1015 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1015 Bytes

Actors centrality analyzer

Actors centrality analyzer is a software that I have written for a univesity exam in 2021. It creates a graph where

  • each node corresponds to an actor;
  • two actors are linked if and only if they have worked together in some movie.

The software then computes actors importance according to different mathematical concepts of centrality.

Data source

Data for the software is taken from IMDb. The data itself is not included in the source code: a Makefile is provided to download it instead. A few data has however been used in the tests directory.

Information courtesy of
IMDb
(https://www.imdb.com).
Used with permission.

(The above few lines have been added as requested by point 4 of the conditions listed in the answer to the question Can I use IMDb data in my software? on the IMDb Help Center.)