A Raspberry-pi-based system to monitor and analyze health vitals like heart rate and temperature, generating alerts for abnormal readings.
- Monitors and records health vitals.
- Detects abnormal readings and triggers alerts.
- Stores data for further analysis.
pip install -r requirements.txt
python main.py
- main.py: Core logic to monitor health vitals and issue alerts.
- requirements.txt: Lists required Python libraries.