I tried implementing this using a BERT-based model trained on Google’s GoEmotions dataset (which covers 28 nuanced emotions like remorse, joy, optimism, etc.). The idea is to let users reflect on their good or bad deeds and then use NLP to classify the underlying emotions.
Some patterns I’ve noticed:
Visualizing daily dominant emotions on a color-coded calendar gives a quick emotional overview.
Comparing emotions across days offers insights into how our actions shape our emotional trends.
Action-first reflection seems to reduce the pressure to “perform” emotionally compared to mood logs.
This is all part of an Android experiment I’m working on. Curious if others here have explored similar approaches — using AI to model emotion based on actions rather than self-reporting. Would love to hear your thoughts or feedback.
vandana231990•6h ago
https://medium.com/@va6042/what-if-your-daily-actions-could-...
It walks through how I trained the BERT model on the GoEmotions dataset and how the app visualizes emotional trends through calendars and pie charts. Feedback — technical, UX, or philosophical — is very welcome.