Skip to content

Deep Learning Powered Arrhythmia (Heart Disease) Detector

Notifications You must be signed in to change notification settings

ironhide23586/Life-Tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Deep Learning Powered Arrhythmia (Heart Disease) Detector

project page at https://devpost.com/software/lifetech

Sample UI -

alt text

Hardware sample snap -

alt text

Performance statistics -

alt text

The ESP 8266 is reading the data from the heartbeat sensor and is connected to wifi. It then pushes this data to the Amazon Web Service which has a RDS instance up and running with a MySql already setup on it. We store the data on this mysql database and we use flask to publish this data on the server that runs an ubuntu image.

The data is picked up by the Deep Learning Inference Engine trained on the MIT arrhythmia dataset to identify the bad heartbeats from the good ones.

The data is picked up in a JSON format where the heart rate monitor UI will show user’s heartbeat being generated in real time. We have a software trigger that will tell us whether the user is suffering from a heart attack and using Twilio application, it will send SMS to user’s family and doctor for urgent care. User will also get one voice message which consists details of what are the precautions user can take for heart attack before any emergency care arrives.

About

Deep Learning Powered Arrhythmia (Heart Disease) Detector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages