Skip to content

ArjunBarath/cric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T20-cricket worldcup-2024-stats

Overview

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.

Features

  • 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.

Technologies Used

  • 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.

Getting Started

Prerequisites

Make sure you have Python 3.7 or later installed.

Requirements

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages