https://github.com/waheed24-03/-ipl-stats-compare
Comparing Stats of Cricketers in IPL
https://github.com/waheed24-03/-ipl-stats-compare
cricket dashboard data-analysis data-visualization ipl python sports-analytics streamlit
Last synced: 4 months ago
JSON representation
Comparing Stats of Cricketers in IPL
- Host: GitHub
- URL: https://github.com/waheed24-03/-ipl-stats-compare
- Owner: waheed24-03
- Created: 2025-06-27T22:19:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T22:37:48.000Z (4 months ago)
- Last Synced: 2025-06-27T23:26:35.467Z (4 months ago)
- Topics: cricket, dashboard, data-analysis, data-visualization, ipl, python, sports-analytics, streamlit
- Language: Python
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏏 IPL BattleGround - Batsman vs Bowler Duel Analyzer
A Streamlit app to analyze IPL duels between batsmen and bowlers using historical ball-by-ball data.
## 📸 Preview
## 🚀 Features
- Select any batsman and bowler from IPL history
- See duel stats like:
- Runs scored
- Balls faced
- Strike Rate
- Average
- 4s/6s count
- Confidence Meter
- Dominance Pie Chart
- Clean, responsive UI with Streamlit and matplotlib## 📦 Tech Stack
- Python
- Streamlit
- Pandas
- Matplotlib## 🛠️ How to Run Locally
```bash
git clone https://github.com/your-username/ipl-stats-compare.git
cd ipl-stats-compare
pip install -r requirements.txt
streamlit run app.py