Skip to content

This software application is meant to predict whether or not the user has Parkinson's Disease based on the kinematics of their handwriting.

Notifications You must be signed in to change notification settings

KingJordan152/PAWDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAWDS (Parkinson's Algorithmic Detection Software)

This work has been officially published to the Journal of Student Research! To read my analysis of PAWDS, please visit this link: https://www.jsr.org/hs/index.php/path/article/view/1405

This software application is meant to predict whether the user has Parkinson's disease based on the kinematics of their handwriting. It uses a drawing tablet to measure data such as velocity, acceleration, letter size, etc. to ultimately give a prediction for Parkinson's based on a scale from 0% to 100%.

DOWNLOAD INSTRUCTIONS

  1. Download Node.js https://nodejs.org/en/download/
  2. Install ElectronJS via one of the following commands:
    • Global: npm install electron -g
    • App Only: npm install electron --save-dev
  3. Clone this repository.
  4. cd to the directory you installed the repository in via Command Prompt.
  5. Type npm start (it may take a few moments to load).

For the best experience and most accurate results, please use a drawing tablet (associated drivers can be downloaded separately).

About

This software application is meant to predict whether or not the user has Parkinson's Disease based on the kinematics of their handwriting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published