An open API service indexing awesome lists of open source software.

https://github.com/githubasr2001/ipl_dashboard


https://github.com/githubasr2001/ipl_dashboard

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# IPL Analytics Dashboard (2008-2024) 🏏

## Overview
A comprehensive Streamlit-based web application for analyzing Indian Premier League (IPL) cricket data from 2008 to 2024. The dashboard provides in-depth insights into team and player performances through interactive visualizations and detailed statistical analysis.

Live Demo : https://ipl-analytics-pro.streamlit.app

## Features

### 1. Head to Head Analysis
- Compare performance between two teams
- Detailed metrics across different match phases
- Comprehensive statistical breakdown

### 2. Player Analysis
#### Batsman Analysis
- Total runs, strike rate, and performance metrics
- Performance against different teams
- Runs distribution across match phases
- Comparative visualizations

#### Bowler Analysis
- Wickets, economy rate, and performance metrics
- Performance against different teams
- Wickets distribution across match phases
- Comparative visualizations

### 3. Milestones & Records
- Batting Records
- Fastest fifties and centuries
- Most sixes and fours
- Most centuries and fifties

- Bowling Records
- Best bowling figures
- Most wickets
- Best economy rates
- Five-wicket hauls

- Team Records
- Highest team totals
- Best team strike rates
- Most team wins

## Technologies Used
- Python
- Streamlit
- Pandas
- Plotly
- NumPy

## Prerequisites
- Python 3.8+
- Streamlit
- Pandas
- Plotly

## Installation
1. Clone the repository
```bash
git clone https://github.com/yourusername/ipl-analytics-dashboard.git
cd ipl-analytics-dashboard
```

2. Install required packages
```bash
pip install -r requirements.txt
```

3. Ensure you have the `deliveries.csv.zip` file in the project directory

## Running the Dashboard
```bash
streamlit run app.py
```

## Data Source
- Comprehensive IPL match delivery-level data from 2008 to 2024