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.
-
Python version 3.8 to 3.12
-
cd ipl_insights
-
python -m venv .venv
-
# Windows command prompt .venv\Scripts\activate.bat # Windows PowerShell .venv\Scripts\Activate.ps1 # macOS and Linux source .venv/bin/activate
-
pip install -r requirements.txt
-
streamlit run app.py