A Machine Learning library for Motor Fault Detection using Support Vector Machine (SVM)
Project description
# MotorFaultSVM ⚙️🤖
A **Machine Learning library for Motor Fault Detection** using Support Vector Machine (SVM).
This package enables predictive maintenance by analyzing sensor data and classifying motor conditions as **Normal** or **Faulty** using trained ML models.
---
## 📌 Key Features
- ⚡ SVM-based fault classification
- 📊 Works with numerical sensor datasets
- 🧠 Built on Scikit-learn ML pipeline
- 🔍 Simple Python API for predictions
- 🏭 Designed for industrial predictive maintenance
- 📦 Ready for research and production use
---
## 📥 Installation
### Install from PyPI
```bash
pip install motorfaultsvm
from motorfaultsvm import predict
# Example sensor data (vibration, temperature, current, etc.)
data = [
[0.12, 0.45, 0.67, 0.89],
[0.20, 0.50, 0.70, 0.95]
]
# Run prediction
result = predict(data)
print("Prediction Result:")
print(result)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file motorfaultsvm-2.0.1.tar.gz.
File metadata
- Download URL: motorfaultsvm-2.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
458b99993f646b97bdc3b209b63f0a10b74706f25d25ca963afe18cbdca2cf67
|
|
| MD5 |
130de1cd2cf2ee5b669bdc4c7b7c6313
|
|
| BLAKE2b-256 |
af86817ebb978fd5fe8fab18fd62056ce86d74cf7e2e8c89b9201c4a23263e32
|
File details
Details for the file motorfaultsvm-2.0.1-py3-none-any.whl.
File metadata
- Download URL: motorfaultsvm-2.0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afd0c0a009b9a3d103b9245e919508ea3eb78a4e3529d45082927965d9c203a9
|
|
| MD5 |
4b3e14c4551fac0e5611bfd8358ffa59
|
|
| BLAKE2b-256 |
f9e54396833eff65f834800971599266bad0a0f46740397243f3d32e4ff0720b
|