Skip to content

code-flu/ipl_insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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