Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aidan-zamfir/the-iliad

Data analysis & relationship network for the characters of Homers Iliad
https://github.com/aidan-zamfir/the-iliad

data data-analysis dataframes networks python selenium webscraping

Last synced: 6 days ago
JSON representation

Data analysis & relationship network for the characters of Homers Iliad

Awesome Lists containing this project

README

        

Data analysis & relationship network for the characters of Homer's Iliad.

Web scraping was utilized to collect both character data & the text of The Iliad.

The NLP software spaCy was then used to parse through the text and find character name proximity to others & and this frequency was used to determine the relationships between them.

NetworkX was then used along with other visualization & graphing modules to create visual network representations of these relationships.

Built methods to find both community networks and degree centrality networks.