GitHub Actions commited on
Commit
a2da031
·
1 Parent(s): a1edd1c

Deploy from GitHub Actions

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -1,9 +1,19 @@
1
- title: Predictive Maintenance Detector
2
- emoji: 🚨
3
- colorFrom: red
4
- colorTo: yellow
5
  sdk: gradio
6
- sdk_version: 3.41.2
7
  app_file: app.py
8
  pinned: false
9
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ title: Zodiac 1.0 Engine Monitor
2
+ emoji: 🛥️
3
+ colorFrom: blue
4
+ colorTo: green
5
  sdk: gradio
6
+ sdk_version: 4.29.0
7
  app_file: app.py
8
  pinned: false
9
+ ---
10
+
11
+ # Zodiac 1.0: Predictive Engine Monitoring
12
+
13
+ This is an MVP of a predictive maintenance system for marine and automotive engines. It uses an AI model to analyze vibration data and detect the early signs of mechanical failure.
14
+
15
+ ## How to Use This Demo
16
+
17
+ 1. **Get Sample Data:** You can copy the sample data from the `data/raw_data.csv` file in the repository. You will need at least 51 rows.
18
+ 2. **Paste Data:** Paste the copied CSV data into the input box.
19
+ 3. **Get Prediction:** The model will analyze the last sequence of data and determine if it represents a "Normal" or "Anomalous" engine state.