Spaces:
Sleeping
Sleeping
Commit
·
b1b4ec0
1
Parent(s):
32a1064
updated readme for hf
Browse files
README.md
CHANGED
@@ -1,66 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
- Pass the processed data to the ML model for Prediction.
|
11 |
-
- Display the Predictions to the User on the Web page.
|
12 |
-
|
13 |
-
## Getting Started
|
14 |
-
|
15 |
-
### Prerequisites
|
16 |
-
|
17 |
-
- Python 3.10
|
18 |
-
- Virtualenv (optional but recommended)
|
19 |
-
|
20 |
-
### Installation
|
21 |
-
|
22 |
-
1. Clone the repository:
|
23 |
-
|
24 |
-
```bash
|
25 |
-
git clone https://github.com/SinghJagpreet096/Studentperformanceindicator-with-mlops
|
26 |
-
cd Studentperformanceindicator-with-mlops
|
27 |
-
```
|
28 |
-
|
29 |
-
2. (Optional) Create and activate a virtual environment:
|
30 |
-
|
31 |
-
```bash
|
32 |
-
python3 -m venv venv
|
33 |
-
source venv/bin/activate
|
34 |
-
```
|
35 |
-
|
36 |
-
3. Install the required dependencies from requirements.txt:
|
37 |
-
|
38 |
-
```bash
|
39 |
-
pip install -r requirements.txt
|
40 |
-
```
|
41 |
-
|
42 |
-
### Running the Application
|
43 |
-
|
44 |
-
1. Start the Flask application:
|
45 |
-
|
46 |
-
```bash
|
47 |
-
python application.py
|
48 |
-
```
|
49 |
-
|
50 |
-
2. Open your web browser and navigate to http://127.0.0.1:5000 to access the web interface.
|
51 |
-
|
52 |
-
3. Enter details in the Web interface to get the Predictions.
|
53 |
-
|
54 |
-
### Usage
|
55 |
-
- Enter details in the Given drop-down and text fields.
|
56 |
-
- Click the Submit button to get the prediction.
|
57 |
-
|
58 |
-
### Contributing
|
59 |
-
Contributions are welcome! If you'd like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.
|
60 |
-
|
61 |
-
### License
|
62 |
-
This project is licensed under the MIT License - see the LICENSE file for details.
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
1 |
+
---
|
2 |
+
title: {{test}}
|
3 |
+
emoji: {{😊}}
|
4 |
+
colorFrom: {{blue}}
|
5 |
+
colorTo: {{gray}}
|
6 |
+
sdk: {{docker}}
|
7 |
+
app_file: application.py
|
8 |
+
pinned: false
|
9 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|