Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 586 Bytes

HealthVitals

A Raspberry-pi-based system to monitor and analyze health vitals like heart rate and temperature, generating alerts for abnormal readings.

Features

  • Monitors and records health vitals.
  • Detects abnormal readings and triggers alerts.
  • Stores data for further analysis.

Usage

Install the required libraries:

pip install -r requirements.txt

Run the code:

python main.py

Description of various files:

  • main.py: Core logic to monitor health vitals and issue alerts.
  • requirements.txt: Lists required Python libraries.