wikidiplomacy | demo
A tool for analyzing the sentiment of bilateral relations between countries using Wikipedia articles. Produces a heatmap of sentiment between G20 countries.
This project uses Poetry for dependency management.
pip install poetry
poetry installRun any of the following commands:
python main.py fetch # Download Wikipedia articles about bilateral relations
python main.py analyze # Run sentiment analysis on articles and paragraphs
python main.py plot # Generate a heatmap of sentiment between G20 countriesMIT License
