Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.15 KB

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).