This application use machine learning (convolutional neural network & image processing features) to classify the material corrosiveness. Application link:
- Download pre-trained model from https://github.com/nurafiqah78/CorrSave/blob/master/pre-trained_model%202019-05-16%2010.37.57
- skip Tab 1 as you already has the scale attributes ready from the trained model.
- Download scale attributes file from https://github.com/nurafiqah78/CorrSave/blob/master/Scale%20Attribute.csv
- Tab 2 (Pre-Train Model): upload (1.) Model File and (2.) ScaleAttribute File
- Tab 3 (Test Model): Upload your test data (1 image, URL or multiple images in older)
- Separate your datasets into 2 folders (0: corroded , 1: non corroded)
- Tab 1 (Model Initialization): set your own parameters
- Tab 2 (Train Model): upload class 0 and class 1 folders
- click 'Calculate features' and 'start training'
- Tab 3 (Test Model): Upload your test data (1 image, URL or multiple images in older)
You may refer to Documentation (https://github.com/nurafiqah78/CorrSave/blob/master/Corrosion_Classification_Documentation.pdf) and shinyapp slide (http://rpubs.com/oryzalee/500830) for more info.