A lightweight AI wellness app that helps users reflect on their springtime mood and receive positive, seasonal tips for emotional well-being.
- Analyze your mood using basic NLP (TextBlob)
- Spring-themed affirmations and wellness tips
- Logs daily mood entries to a local JSON file
- Clean UI with Streamlit
Mental health is vital β especially during seasonal transitions. This app supports self-reflection and emotional balance in a gentle, non-invasive way.
pip install streamlit textblob
python -m textblob.download_corpora
streamlit run app.py- app.py β Main UI
- mood_utils.py β Logic and tips
- mood_log.json β Local user mood storage
- Python
- Streamlit
- TextBlob (for sentiment analysis)
If you're vibecoding right now, here's what you can do:
- Create folder β
spring_mood_companion/ - Make
app.pyandmood_utils.pywith the above code - Run it:
streamlit run app.py