Skip to content

Predicting the breakdown time of the component using reliability analysis.

Notifications You must be signed in to change notification settings

thadanipaarth/Generic-Prognostics-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic-Prognostic-Simulator

This repository contains an application that predicts the breakdown time using Reliablity Analysis by simulating the component at various speeds and recoding the reading through an accelerometer.

This project was presented at International Conference on Precision, Meso, Micro & Nano Engineering 2019.

The project poster can be viewed here and demo video of the application can be viewed here.

NOTE: This repository only contains demo application displaying the functionality using sample documents. The final application is yet to be made Open-Source. However, the functionality and user-interface will remain the same. Stay updated for the same!

Directory Overview

  1. main.py contains the backend of the application. '/enter' route is used for running the model and fetching the required readings, other roots are self-explainatory. Refer main.py for further information.
  2. ./static/RMS_MOTOR1/ contains the sample files simulated using the model (Principled on Reliablity Analysis).
  3. ./static/js/rms_graph.js contains the code for ploting of the graphs bootstrapped using Chart.js
  4. ./static/download.xlsx contains the sample analysis file that will be available for download after the simulation is completed for further research.

Steps To Run

  1. pip install -r requirments.txt
  2. python main.py

About

Predicting the breakdown time of the component using reliability analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published