Wellbeing Analyzer
A wellbeing analyzer that [only] supports sleep analysis (just for me!) to track and improve sleep patterns.

Overview
The Wellbeing Analyzer is a personal project I built to track and analyze my sleep patterns from my Garmin watch. It provides insights on sleep quality and consistency. Although it's currently focused on sleep, I believe this can be easily adapted to other wellbeing metrics in the future.
Key Features
- Sleep cycle detection and analysis
- Correlation analysis with daily activities
- Long-term trend visualization
- Sleep quality scoring algorithm
Challenges & Solutions
Processing noisy sensor data from wearable devices was the main challenge. I implemented signal processing techniques including moving averages and outlier detection to clean the data before analysis.
Status
CompletedTech Stack
Year
2024
Related Projects
Heida
An AI command center that unifies 220+ AI models with your own API keys, featuring document intelligence, interactive tools, and persistent knowledge graphs.
MNIST Digit Classifier
Neural network implementation from scratch with 98.32% accuracy on the MNIST handwritten digit dataset.
Contextual Retrieval System
A hybrid retrieval system combining semantic search and BM25 with context enrichment, achieving (a naive) 2.92/3.0 average accuracy on complex queries.