talivia
Talivia is an open-source, self-hosted analytics platform that combines web analytics, session replay, and customer revenue tracking from multiple payment providers.
It offers a clear, normalized methodology for comparing mathematical Olympiad performance across continents, making it a practical example of data science applied to competition analytics.
Welcome to the IMO 2026 Regional Performance Analysis repository! This open-source data science project provides a comprehensive statistical analysis of the relative performance of different continents at the International Mathematical Olympiad (IMO) 2026. 📊
Leveraging Python, Pandas, and Data Visualization techniques, this project analyzes the provided CSV dataset containing the global mathematical competition medal counts (Gold 🥇, Silver 🥈, Bronze 🥉) and Honorable Mentions 🎖️ for each participating country.
To fairly compare continents, this analysis uses a weighted points system to assess overall performance:
Additionally, because the number of participating countries varies widely by continent, the metrics are normalized by the number of countries in each continent. 📈 This results in a "per-country average" for both medal counts and the overall weighted score, giving a much more accurate representation of relative regional strength. 🧠
The analysis generates two primary visualizations:
You need Python 🐍 installed along with the pandas, matplotlib, and seaborn libraries.
You can install the dependencies via pip:
pip install pandas matplotlib seaborn
Run the analysis script to generate the updated plot:
python analyze.py
This will read from imo_2026_medals.csv 📁 and output/overwrite the assets/imo_2026_continent_performance.png 🖼️ image.
IMO-Hot-Regions
Similar projects matched by category, topics, and programming language.
Talivia is an open-source, self-hosted analytics platform that combines web analytics, session replay, and customer revenue tracking from multiple payment providers.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.
Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.