santiagomariani / Six-Degrees-of-Kevin-Bacon-Python

The Bacon number of an actor or actress is the number of degrees of separation they have from actor Kevin Bacon. The higher the Bacon number, the farther away from Kevin Bacon the actor is. This implementation uses a csv file wich contains lot of movies and actors from IMDB and uses that to connect actors/actress through the movies. This information is load in a graph which is then used to get the bacon number. This is possible by doing some walks through the graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The Bacon number of an actor or actress is the number of degrees of separation they have from actor Kevin Bacon. The higher the Bacon number, the farther away from Kevin Bacon the actor is. This implementation uses a csv file wich contains lot of movies and actors from IMDB and uses that to connect actors/actress through the movies. This information is load in a graph which is then used to get the bacon number. This is possible by doing some walks through the graph.


Languages

Language:Python 100.0%