Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Conversation

@AnNguyen87
Copy link
Collaborator

Description

This PR implements a comprehensive health monitoring system that combines LSTM autoencoders with machine learning classifiers for behavioral anomaly detection. The system provides multi-level risk assessment (Low/Medium/High) through temporal pattern analysis and real-time behavioral monitoring.

Key Features:
LSTM Autoencoder for detecting anomalies in time-series health data
Dual Classifier System (Random Forest + MLP) for behavioral pattern analysis
Threshold-based alert system for 7 key health metrics (sleep, steps, calories, etc.)
Multi-model risk integration combining temporal and behavioral assessments
Comprehensive CSV outputs including alerts dashboard and top risk cases

Todos

  • Tested and working locally
  • Code follows the style guidelines of this project
  • I have performed a self-review of my code
  • Code changes documented
  • Requested review from >= 2 devs on the team (one frontend and one backend recommended)

How to test

Run the notebook Alert_System.ipynb in Jupyter/Colab

Run all cells sequentially

Verify no errors occur

Associated MS Planner Tasks

Known Issues

Google Drive Mounting: Requires manual authentication when running in Colab

Large Models: Some model files (.keras, .pkl) are large (>100MB) - may need Git LFS

Memory Intensive: LSTM training requires significant RAM for large datasets

Feature Scaling: Behavioral thresholds may need calibration for different patient demographics

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants