Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

IPL Insights - Indian Premier League Analysis Dashboard

Overview

This app provides interactive insights into the Indian Premier League (IPL) using a variety of data visualizations. It's built with Streamlit and Python, allowing you to explore player statistics, team performances, match trends, and more.

Setup on Local Machine

  • Requirements

    Python version 3.8 to 3.12

  • Open a terminal and navigate to your project folder.

    cd ipl_insights

  • In your terminal, type:

    python -m venv .venv

  • Activate your environment with one of the following commands, depending on your operating system.

    # Windows command prompt
    .venv\Scripts\activate.bat
    
    # Windows PowerShell
    .venv\Scripts\Activate.ps1
    
    # macOS and Linux
    source .venv/bin/activate
    
  • Install app dependencies:

    pip install -r requirements.txt

  • Run App

    streamlit run app.py

Contributing Guidelines - click here to read

Data Source

https://cricsheet.org