jarajpu commited on
Commit
cd6211f
·
1 Parent(s): 2847f48

DIS IPL App - Base

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -10,4 +10,46 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # IPL Match Predictions App
14
+
15
+ 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.
16
+
17
+ ## Getting Started
18
+
19
+ ### Prerequisites
20
+
21
+ - Python 3.x installed on your system
22
+ - Git installed on your system
23
+ - Pip package manager
24
+
25
+ ### Installation
26
+
27
+ 1. Clone this repository to your local machine using Git:
28
+
29
+ ```bash
30
+ git clone <repository_url>
31
+ ```
32
+
33
+ 2. Navigate to the cloned repository directory:
34
+
35
+ ```
36
+ cd ipl-match-predictions-app
37
+ ```
38
+
39
+ 3. Install the required Python dependencies using Pip:
40
+
41
+ ```
42
+ pip install -r requirements.txt
43
+ ```
44
+
45
+ ### Running The APP
46
+
47
+ 1. After installing the dependencies, you can run the Streamlit app using the following command:
48
+
49
+ ```
50
+ streamlit run app.py
51
+ ```
52
+
53
+ 2. The app will start running locally and open in your default web browser.
54
+
55
+ Thanks