Skip to content

CanJayCode/Spring-Mood-Companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌸 Spring Mood Companion

A lightweight AI wellness app that helps users reflect on their springtime mood and receive positive, seasonal tips for emotional well-being.

πŸ’‘ Features

  • 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

🌍 Social Good Impact

Mental health is vital β€” especially during seasonal transitions. This app supports self-reflection and emotional balance in a gentle, non-invasive way.

βš™οΈ How to Run

pip install streamlit textblob
python -m textblob.download_corpora
streamlit run app.py

πŸ“ File Structure

  • app.py β€” Main UI
  • mood_utils.py β€” Logic and tips
  • mood_log.json β€” Local user mood storage

🎨 Technologies

  • Python
  • Streamlit
  • TextBlob (for sentiment analysis)

🏁 What Next?

If you're vibecoding right now, here's what you can do:

  1. Create folder β†’ spring_mood_companion/
  2. Make app.py and mood_utils.py with the above code
  3. Run it: streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages