CoolFace
Apppublic

ascriptkiddie/emotion-journal

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
App README

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

  1. 1.You type how you're feeling.
  2. 2.A GoEmotions classifier predicts emotion probabilities.
  3. 3.The top emotion (above a confidence threshold) is mapped to a color + activity.
  4. 4.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.