CoolFace
Apppublic

ZainFaisal/Predictive-Maintenance-System

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

Predictive Maintenance System ๐Ÿš€

This AI-powered system predicts equipment failures using machine learning models (Random Forest, ANN, and LSTM). It analyzes sensor data like temperature, speed, torque, and tool wear to provide real-time failure predictions.

๐Ÿ”— Try it here: Your Hugging Face Space Link

Features

โœ… Uses ML models for predictive maintenance โœ… Flask-based web interface โœ… Deployed using Docker on Hugging Face Spaces โœ… Real-time failure predictions

Installation & Usage

Clone the repository and install dependencies:

sh
git clone https://huggingface.co/spaces/ZainFaisal/Predictive-Maintenance-System
cd Predictive-Maintenance-System
pip install -r requirements.txt
python app.py



---

### **Step 2: Push the Changes to Hugging Face**
After adding the `README.md` file, commit and push the changes:

git add README.md git commit -m "Added README configuration for Hugging Face" git push origin main