Wearable Health Monitoring System
A Python-based GUI application that tracks heart rate, oxygen levels, blood pressure, and analyzes health trends using a fixed database.
Created on 31st March 2025
•
Wearable Health Monitoring System
A Python-based GUI application that tracks heart rate, oxygen levels, blood pressure, and analyzes health trends using a fixed database.
The problem Wearable Health Monitoring System solves
This project provides a digital health monitoring solution for individuals who need to track their vital signs without wearable hardware. Users can:
View real-time heart rate, SpO2 (oxygen level), and blood pressure readings from a pre-loaded database.
Analyze historical health data through interactive graphs.
Get basic health alerts if readings indicate a potential health issue (e.g., high BP → hypertension warning).
Easily retrieve stored health records and visualize trends for better health awareness.
Ideal for testing wearable health monitoring software before integrating with physical sensors.
Challenges I ran into
One challenge was simulating real-world health monitoring without actual hardware. To solve this:
Preloaded health data was stored in an SQLite database to mimic real-time updates.
Dynamic visualization with Matplotlib was implemented to create a realistic graphing system.
Query filters were added to allow users to fetch historical health trends for better analysis.
Tracks Applied (1)