Skip to content

This is an implementation of early identification of Parkinson's disease from hand-drawn images with inception_v3 and densenet121 as feature descriptors and various classification algorithms to separate them as healthy or affected.

License

Notifications You must be signed in to change notification settings

rjarman/parkinson-disease-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parkinson Disease Classification

This is an implementation of early identification of Parkinson's disease from hand-drawn images with inception_v3 and densenet121 as feature descriptors and various classification algorithms to separate them as healthy or affected.

To get the .apk click this link.

Application UI

  • Front

    Initial front side of the app

  • Spiral healthy test

    Spiral healthy test

  • Spiral parkinson test

    Spiral parkinson test

  • Wave healthy test

    Wave healthy test

  • Wave parkinson test

    Wave parkinson test

Sample Images

  • Wave Dataset with DenseNet121

    • Original

      (a) and (b) represents the train set sample, (c) and (d) are the test set sample of wave dataset
      Fig: (a) and (b) represents the train set sample, (c) and (d) are the test set sample of wave dataset
    • Heatmap

      Heatmap Wave Images(Train) Heatmap Wave Images(Test)

    • Grad-Cam

      (b) and (d) are the grad-cam image of (a) and (c) respectively
      Fig: (b) and (d) are the grad-cam image of (a) and (c) respectively
    • Evaluation

      Confusion Matrix

      Classification Report

      Class Prediction Error

      ROC-AUC

      Precision-Recall curve

  • Spiral Dataset with Inception V3

    • Original

      (a) and (b) represents the train set sample, (c) and (d) are the test set sample of spiral dataset
      Fig: (a) and (b) represents the train set sample, (c) and (d) are the test set sample of spiral dataset
    • Heatmap

      Heatmap Wave Images(Train) Heatmap Wave Images(Test)

    • Grad-Cam

      (b) and (d) are the grad-cam image of (a) and (c) respectively
      Fig: (b) and (d) are the grad-cam image of (a) and (c) respectively
    • Evaluation

      Confusion Matrix

      Classification Report

      Class Prediction Error

      ROC-AUC

      Precision-Recall curve

Installation

  • git clone https://github.com/rjarman/parkinson-disease-classification.git
  • cd parkinson-disease-classification/notebooks
  • pip install -r requirements.txt /media/rafsun/Working Drive/projects/parkinson-disease-classification/notebooks/images/densenet121_wave

About

This is an implementation of early identification of Parkinson's disease from hand-drawn images with inception_v3 and densenet121 as feature descriptors and various classification algorithms to separate them as healthy or affected.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published