jskswamy commited on
Commit
85971b2
·
verified ·
1 Parent(s): 133fbd1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -4
README.md CHANGED
@@ -1,10 +1,42 @@
1
  ---
2
  title: Predictive Maintenance
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: indigo
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Predictive Maintenance
3
+ emoji: 🔧
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: docker
7
  pinned: false
8
+ license: mit
9
  ---
10
 
11
+ # Engine Predictive Maintenance
12
+
13
+ This application predicts whether an engine requires maintenance based on sensor readings.
14
+
15
+ ## Features
16
+
17
+ - Real-time prediction using a trained AdaBoost model
18
+ - 6 sensor inputs: RPM, Oil Pressure, Fuel Pressure, Coolant Pressure, Oil Temp, Coolant Temp
19
+ - Input validation with range warnings
20
+ - Confidence scores with adjustable threshold display
21
+
22
+ ## Model Information
23
+
24
+ - **Algorithm**: AdaBoost with Optuna hyperparameter tuning
25
+ - **Test Recall**: 99.78% (optimized for catching all maintenance cases)
26
+ - **Threshold**: 0.3163 (optimized for high recall)
27
+
28
+ ## Usage
29
+
30
+ 1. Enter the current sensor readings from the engine
31
+ 2. Click "Predict Maintenance Status"
32
+ 3. View the prediction result and confidence score
33
+
34
+ ## Links
35
+
36
+ - [Model on HuggingFace](https://huggingface.co/jskswamy/predictive-maintenance-model)
37
+ - [Dataset on HuggingFace](https://huggingface.co/datasets/jskswamy/predictive-maintenance-data)
38
+ - [GitHub Repository](https://github.com/jskswamy/AIML-LearningBytes)
39
+
40
+ ## License
41
+
42
+ MIT License - PGP-AIML Capstone Project