WarInspector is a web application for the Visual Analytics course at Sapienza Università di Roma.
It provides an insight into the arms trade that takes place between the different countries of the world, both quantitatively,
by analysing how many are exported or imported, and qualitatively, by analysing the trade according to different categories or individual models.
These data are also accompanied by more general country information, such as GDP or refugee numbers, in order to find similarities between countries in certain conditions and to understand how
the war market can affect other aspects of a country.
This provides a complete overview of the world war market and allows us to analyse which is the most profitable ones or which country is the most belligerent.
The data are taken from Sipri platfrom and can be viewed here (-> "Trade registers").
The web application uses Javscript D3 library. For more information you can visit the official site.
In case of local runnning mode, it requires Python 3 and other Python libraries that can be found in requirements.txt (using pip).
It's needed to run application.py and then put link indicated in terminal, (usually 127.0.0.1:5000), in a common browser.
The documentation is available in Doc folder or clicking [here]{Doc/report.pdf}.
The code is under Apache License 2.0, visible [here]{LICENSE}.
Flag icons are taken from here.
WarInspector is hosted on Heroku and is accessible here