ZainFaisal/Predictive-Maintenance-System
0
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:
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
