DIS_IPL / README.md
jarajpu
DIS IPL App - Base
d55fbc6
|
raw
history blame
1.04 kB
---
title: DIS IPL
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
Welcome to the 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:
```
cd ipl-match-predictions-app
```
3. Install the required Python dependencies using Pip:
```
pip install -r requirements.txt
```
### Running The APP
1. After installing the dependencies, you can run the Streamlit app using the following command:
```
streamlit run app.py
```
2. The app will start running locally and open in your default web browser.
Thanks