File size: 1,140 Bytes
a53fee8
caf5910
 
a53fee8
caf5910
a53fee8
 
 
 
 
 
 
caf5910
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
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 <repository_url>
   ```

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