Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.35 KB

File metadata and controls

30 lines (24 loc) · 1.35 KB

IPL Economics & Personal Finance Dashboard

An educational Streamlit dashboard exploring the macroeconomics of the Indian Premier League (IPL), its massive impact on the Indian economy, and the actionable personal finance lessons the common man can extract from the business of cricket.

Overview

This application shifts the focus from ball-by-ball score tracking to the multi-billion dollar business engine running behind the scenes.

  • The Macro Picture: Visualizes the $11B+ ecosystem and breaks down the revenue pools.
  • Economic Impact: Explains how the tournament fuels hospitality, job creation, and tax revenues in India.
  • Financial Learnings: Translates complex business models (like media rights and franchise valuations) into practical advice for wealth building, asset appreciation, and upskilling.

Setup Instructions

  1. Install Dependencies: Ensure you have Python 3.10+ installed. Then run:

    pip install -r requirements.txt
  2. Run the Application: Start the Streamlit development server:

    streamlit run app.py

    The dashboard will be available at http://localhost:8501.

Technologies Used

  • Python: Core logic.
  • Streamlit: Web framework for interactive data apps.
  • Plotly: For rendering interactive pie charts and data visualizations.
  • Pandas: Data structuring.