Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.4 KB

MachineFailurePrediction

Introduction

Repository for Machine learning's semester project - Machine failure and failure type prediction using sophisticated Neural Network (NN) model. This Repository is dedicated for my Machine Learning's semester project which is a machine failure prediction model made using sophisticated Neural Network (NN) models. It also caters the prediction of failure type. I have realized the model using a frontend made using Flask. It takes in certain inputs and predicts machine failure and type of the failure. It's designed to help maintenance teams in industries predict potential machine failures, ensuring proactive maintenance and reducing downtime.

Features

  • Predictive Analysis: Uses historical machine data to predict future failures.
  • Neural Network Model: Employs a neural network trained on past data to identify patterns indicative of impending failure.
  • Interactive Web Interface: A user-friendly Flask web application for easy interaction with the predictive model.

Installation & Setup

  1. Clone the repository:

    git clone https://github.com/DawoodMehmood/MachineFailurePrediction.git
    cd MachineFailurePrediction
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the app:

    python app.py
  4. Open the app:

    Go to http://localhost:5000 in your browser.