singhjagpreet commited on
Commit
b1b4ec0
·
1 Parent(s): 32a1064

updated readme for hf

Browse files
Files changed (1) hide show
  1. README.md +9 -66
README.md CHANGED
@@ -1,66 +1,9 @@
1
- # Student Performance Indicator with MLOPs
2
-
3
- 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.
4
-
5
-
6
- ## Features
7
-
8
- - Take User Input from the Web interface (Rest API).
9
- - Performs preprocessing on the raw data through data pipelines.
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
+ ---