This project focuses on predictive maintenance to forecast equipment failures before they occur. By analyzing sensor data and operational parameters, the model helps in scheduling maintenance tasks at optimal times, minimizing unplanned downtimes and reducing maintenance costs.
To set up the predictive maintenance system on your local machine, follow these steps:
git clone https://github.com/username/predictive-maintenance.git
cd predictive-maintenance
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start the predictive maintenance analysis, run the main script with your sensor data:
python maintenance_forecasting.py --input