From 7bfb9125d9822353940bfba80c6384ea1d8082ef Mon Sep 17 00:00:00 2001 From: Pawandeep Singh Date: Mon, 16 Oct 2023 23:24:58 +0800 Subject: [PATCH] Create Emotion-Tracker-Chat-App.md Add Emotion Tracker Chat App to Advanced Project --- .../3-Advanced/Emotion-Tracker-Chat-App.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Projects/3-Advanced/Emotion-Tracker-Chat-App.md diff --git a/Projects/3-Advanced/Emotion-Tracker-Chat-App.md b/Projects/3-Advanced/Emotion-Tracker-Chat-App.md new file mode 100644 index 00000000..9994fb77 --- /dev/null +++ b/Projects/3-Advanced/Emotion-Tracker-Chat-App.md @@ -0,0 +1,34 @@ +# Emotion Tracker Chat App + +**Tier:** 3-Advanced + +The Emotion Chat Tracker App is designed to help users monitor and analyze their emotional well-being through conversations. +It provides a platform for users to track their emotions over time, gaining insights into patterns and trends. +The app employs sentiment analysis and user input to create visualizations and reports, fostering self-awareness and mental health management. + + +## User Stories + +- [ ] User can log emotions during a conversation. +- [ ] User can view sentiment scores for each message. +- [ ] User can customize and create new emotion categories. +- [ ] User can explore their emotional history through a timeline/calendar. +- [ ] User can receive reflective prompts to enhance self-awareness. + +## Bonus features + +- [ ] Integration with wearables or biometric data for real-time emotion tracking. +- [ ] Machine learning-based personalized insights and recommendations. +- [ ] Social sharing of emotional insights (with user's consent) to foster community support. +- [ ] Integration with mental health resources or professionals for timely support. + +## Useful links and resources + +- [Natural Language Toolkit (NLTK)](https://www.nltk.org/) +- [TensorFlow for sentiment analysis](https://www.tensorflow.org/text/tutorials/text_classification_rnn) +- [Chart.js for data visualization](https://www.chartjs.org/) + +## Example projects + +- [Moodistory for iOS](https://apps.apple.com/us/app/emotion-tracker-moodistory/id1335347860) +- [Reflectly for iOS](https://apps.apple.com/us/app/reflectly-journal-ai-diary/id1241229134)