--- title: DIS IPL Predictions emoji: 🦀 colorFrom: red colorTo: pink sdk: streamlit sdk_version: 1.32.2 app_file: app.py pinned: false license: apache-2.0 --- # DIS IPL Match Predictions App > "Predict, Compete, and Win 🏏 - Where Every Guess Counts! 🏆" Welcome to the DIS IPL Match Predictions App! This app allows you to predict the outcomes of IPL matches and compete with your colleagues to win exciting prizes. ## Getting Started ### Prerequisites - Python 3.x installed on your system - Git installed on your system - Pip package manager ### Installation 1. Clone this repository to your local machine using Git: ```bash git clone ``` 2. Navigate to the cloned repository directory: ```bash cd ipl-match-predictions-app ``` 3. Install the required Python dependencies using Pip: ```bash pip install -r requirements.txt ``` ### Running The APP 1. After installing the dependencies, you can run the Streamlit app using the following command: ```bash streamlit run app.py ``` 2. The app will start running locally and open in your default web browser. Thanks