File size: 2,269 Bytes
3f5d33f
ceed3bd
c87409a
 
 
 
3f5d33f
e2122b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
title: Student Performance Indicator
emoji: 📚
colorFrom: pink
colorTo: blue
sdk: docker
pinned: false
---

# Student Performance Indicator with MLOPs

The "Student Performance Indicator with MLOps" project is a machine learning application designed to help educational institutions and educators assess and predict student academic performance. It includes data collection, preprocessing, and the development of machine learning models to forecast student outcomes. The project highlights the implementation of MLOps for Continous integration and Continous deployment (CI/CD) using GitHub Actions for model updates and features a user-friendly web application that offers performance predictions. This end-to-end solution promotes academic success and scalability while being hosted on Azure Cloud. It demonstrates the integration of machine learning and operational excellence in an educational context.

The Application can be accessed [here](https://huggingface.co/spaces/singhjagpreet/student-performance)

**NOTE:** The App may not work on Safari, as Hugging Face is not compatible with IOS. 

## Features

- Take User Input from the Web interface (Rest API).
- Performs preprocessing on the raw data through data pipelines.
- Pass the processed data to the ML model for Prediction.
- Display the Predictions to the User on the Web page.

## Getting Started

### Prerequisites

- Python 3.10 
- Virtualenv (optional but recommended)

### Installation

1. Clone the repository:

   ```bash
   git clone https://github.com/SinghJagpreet096/Studentperformanceindicator-with-mlops
   cd Studentperformanceindicator-with-mlops
   ```

2. (Optional) Create and activate a virtual environment:

    ```bash
    python3 -m venv venv
    source venv/bin/activate
    ```

3. Install the required dependencies from requirements.txt:

    ```bash
    pip install -r requirements.txt
    ```

### Running the Application

1. Start the Flask application:

```bash
python application.py
```

2. Open your web browser and navigate to http://127.0.0.1:7860 to access the web interface.

3. Enter details in the Web interface to get the Predictions.

### Usage
- Enter details in the Given drop-down and text fields.
- Click the Submit button to get the prediction.