├── DataSeperation.py ├── README.md ├── main.py ├── procfunc.py ├── screenshots ├── current_work.PNG ├── dataset_structure.PNG ├── results_1.PNG └── results_2.PNG └── utils_laj.py /DataSeperation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/DataSeperation.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/main.py -------------------------------------------------------------------------------- /procfunc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/procfunc.py -------------------------------------------------------------------------------- /screenshots/current_work.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/screenshots/current_work.PNG -------------------------------------------------------------------------------- /screenshots/dataset_structure.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/screenshots/dataset_structure.PNG -------------------------------------------------------------------------------- /screenshots/results_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/screenshots/results_1.PNG -------------------------------------------------------------------------------- /screenshots/results_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/screenshots/results_2.PNG -------------------------------------------------------------------------------- /utils_laj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LahiruJayasinghe/machine-failure-detection/HEAD/utils_laj.py --------------------------------------------------------------------------------