This repository provides a comprehensive analysis of the 2024 ICC Men's T20 World Cup match results. Utilizing Python and Streamlit, the project offers interactive visualizations and insights into team performances, player statistics, and match outcomes, enabling fans and analysts to explore the tournament's dynamics.
- Match Results Dashboard: Visualize match outcomes, including winners, margins, and venues.
- Team Performance Analysis: Assess team statistics such as runs scored, wickets taken, and win percentages.
- Player Statistics: Examine individual player performances across various metrics.
- Interactive Visualizations: Utilize Streamlit to create dynamic charts and graphs for an engaging user experience.
- Python: Core programming language for data analysis and backend logic.
- Streamlit: Framework for building interactive web applications.
- Pandas: Library for data manipulation and analysis.
- Matplotlib & Seaborn: Libraries for creating static, animated, and interactive visualizations.
- Plotly: Library for creating interactive plots and dashboards.
Make sure you have Python 3.7 or later installed.
Copy the following text into a file named requirements.txt:
pandas
streamlit
matplotlib
seaborn
plotly
#Downloading the requirements
pip install -r requirements.txt#Running Application
streamlit run app.py