ascriptkiddie/emotion-journal
0
Emotional Vibe Check ๐จ
A small proof-of-concept app that turns your text into an "emotional vibe": a color and an activity suggestion, based on the GoEmotions dataset.
- Model:
bhadresh-savani/bert-base-go-emotion - UI: Streamlit on Hugging Face Spaces
- Purpose: Demo only. Not a mental health or clinical tool.
Privacy
- Inputs are processed in memory for the duration of your session.
- No text is stored in a database by this app.
- Hugging Face may collect standard usage metrics at the platform level.
How it works
- You type how you're feeling.
- A GoEmotions classifier predicts emotion probabilities.
- The top emotion (above a confidence threshold) is mapped to a color + activity.
- If confidence is low, the app defaults to a neutral vibe.
Welcome to Streamlit!
Edit /src/streamlit_app.py to customize this app to your heart's desire. :heart:
If you have any questions, checkout our documentation and community forums.
