Hand Tremor Prediction System


Team

Table of Contents

  1. Introduction
  2. Problem
  3. Solution
  4. Links

Introduction

Our project focuses on leveraging machine learning techniques to tackle the issue of identifying hand tremors. Hand tremors can signify various underlying health conditions, and timely detection is crucial for effective treatment and management.

Problem

Traditional methods for diagnosing hand tremors often involve costly medical examinations, which can be financially burdensome for patients. This financial strain can deter individuals from seeking timely medical attention, potentially delaying diagnosis and treatment.

Solution

To address this challenge, we are developing a classification model using machine learning. Our model utilizes data from 3 MPU9250 sensors positioned on the hand—wrist, between wrist and elbow, and between elbow and shoulder. This dataset comprises readings from 3-axis accelerometers, gyroscopes, and magnetometers, alongside a result column denoting ‘1’ for shaking hand and ‘0’ for stable hand. Employing machine learning algorithms, our aim is to accurately classify hand movements as tremor-inducing or stable, thereby offering a cost-effective diagnostic solution for hand tremors, ultimately improving patient outcomes.

…..