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.
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.
-
Install Dependencies: Ensure you have Python 3.10+ installed. Then run:
pip install -r requirements.txt
-
Run the Application: Start the Streamlit development server:
streamlit run app.py
The dashboard will be available at
http://localhost:8501.
- Python: Core logic.
- Streamlit: Web framework for interactive data apps.
- Plotly: For rendering interactive pie charts and data visualizations.
- Pandas: Data structuring.