Pulse
- 2 Devlogs
- 4 Total hours
An AI-powered health and habit coach.
An AI-powered health and habit coach.
I started building the FastAPI gateway for model inference. I can now make API calls to predict mood. Also, I split the first Jupyter notebook into two for better individual model improvement.
Working on the energy predictor model, I’m struggling to make it work. I think the problem might be my dataset because the input features should be correlated to the target.
Keeping you guys updated ✌️
Pulse is an AI-powered daily health & habit coach. You do a quick check-in every day — sleep, mood, energy, stress, exercise — and over time Pulse learns your patterns, predicts how you’ll feel, and gives you a personal AI coach that actually knows your history. Think of it as a health journal that talks back.
RandomForestRegressor 🎉Ran into a few pandas and scikit-learn issues that ate some time, nothing catastrophic, just the usual “why isn’t this working” moments that every ML project comes with. Got through them.