← Back to Home
Network Analytics · Data Storytelling · Game of Thrones
Westeros Network Graph
This project uses character interaction data to build an interactive network graph of Westeros. Characters are represented as nodes, interactions as edges, node size reflects total interaction strength, and centrality metrics identify the key brokers connecting different parts of the realm.
PythonStreamlitPandasNetworkXPyVis
Core Features
Season-level character network filtering
Interactive PyVis graph with draggable nodes and hover details
House and faction-based node coloring
NetworkX centrality metrics to identify key power brokers
Ranked character influence and strongest interaction pairings
What It Demonstrates
This project demonstrates graph analytics, network centrality, and interactive data storytelling. It shows how character interactions can be modeled as a network, analyzed with Python and NetworkX, and translated into an explorable visual experience using Streamlit and PyVis.