GithubHelp home page GithubHelp logo

kyledufrane / dash-predictive-maintenance Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iameminmammadov/dash-predictive-maintenance

0.0 0.0 0.0 36.7 MB

Dashboard designed to demonstrate the power of Machine Learning to predict failures (Remaining Useful Life (RUL)) in wind turbines. To predict the date when equipment will completely fail (RUL), XGBoost is used and achieved RMSE error is 0.033964 days, which is highly accurate.

Shell 0.28% Python 57.32% Jupyter Notebook 42.40%

dash-predictive-maintenance's Introduction

Predictive Maintenance for Wind Turbines Dashboard

Introduction

dash-predictive-maintenance is a dashboard designed to demonstrate the power of Machine Learning to predict failures (Remaining Useful Life (RUL)) in wind turbines. The data covers periods from May, 2014 to January, 2015. To predict the date when equipment will completely fail (RUL), XGBoost is used. The achieved RMSE error is 0.018534 days, which is highly accurate.

Screenshots

initial

initial

Built With

  • Dash - Main server and interactive components.
  • Dash DAQ - Styled technical components for industrial applications.
  • XGBoost - Machine Learning model that was used to predict the RUL. The model was fine-tuned with RandomSearch.

Requirements

Clone this repo and create a clean environment:

git clone https://github.com/iameminmammadov/dash-predictive-maintenance.git
cd dash-predictive-maintenance
python3 -m virtualenv venv

To activate the virtualenv in UNIX:

source venv/bin/activate

To activate the virtualenv in Windows:

venv\Scripts\activate

To install the libraries, needed to run this dashboard:

pip install -r requirements-predeploy.txt

To run this app:

python app.py

The app will be run on http://127.0.0.1:8050/.

The app is currently running @ https://dash-gallery.plotly.host/dash-turbine-maintenance/

dash-predictive-maintenance's People

Contributors

iameminmammadov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.