Skip to content

Predictive Maintenance for Machine Failure Detection using Machine Learning This project focuses on predicting machine failures using sensor data and machine learning techniques. By analyzing operational parameters like air pressure, temperature, rotational speed, and torque, the model identifies potential failures in advance.

Notifications You must be signed in to change notification settings

VenkateshSoni/MachineFailure

Repository files navigation

Machine Failure Prediction

This repository contains a Streamlit application for predicting machine failures based on various input parameters. The application uses a trained Random Forest model to make predictions and provides standard operating procedures (SOPs) for each failure type.

Table of Contents

Overview

The Machine Failure Prediction app allows users to input various parameters related to machine operation and predicts the likelihood of different types of machine failures. It also provides appropriate SOPs for handling each predicted failure type.

Installation

To run this application, you'll need to have Python installed along with several libraries. Follow these steps to set up the environment:

  1. Clone the repository:

    git clone https://github.com/venkateshsoni/machine-failure-prediction.git
    cd machine-failure-prediction
  2. Install the required packages:

    pip install -r requirements.txt
  3. Download and prepare the model, scaler, label encoder, and SOPs: Make sure the following files are in the root directory of the project:

    • model.pkl
    • scaler.pkl
    • label_encoder_y.pkl
    • sops.pkl

Usage

To run the Streamlit app, use the following command:

streamlit run app.py

This will launch the application in your default web browser. You can then input the machine parameters and get predictions along with SOPs.

About

Predictive Maintenance for Machine Failure Detection using Machine Learning This project focuses on predicting machine failures using sensor data and machine learning techniques. By analyzing operational parameters like air pressure, temperature, rotational speed, and torque, the model identifies potential failures in advance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published