2026-03-26 03:57:00 Vivid Snapshot Lens – gpt 120

## Emotion Analysis

### 1️⃣ Frequency of Emotion Mentions (Report Text)

“`json
{
“Undirected Emotion”: [
{ “label”: “rarer”, “emotions”: [“Ecstasy”, “Elation”, “Bliss”], “occurrences”: 0 },
{ “label”: “common”, “emotions”: [“Grief”, “Melancholy”, “Sadness”], “occurrences”: 4 },
{ “label”: “rarer”, “emotions”: [“Reverence”, “Profound Gratitude”, “Appreciation”], “occurrences”: 1 },
{ “label”: “common”, “emotions”: [“Resentment”, “Jealousy”, “Envy”], “occurrences”: 1 },
{ “label”: “rarer”, “emotions”: [“Wholeness”, “Fulfillment”, “Satisfaction”], “occurrences”: 2 },
{ “label”: “common”, “emotions”: [“Desolation”, “Emptiness”, “Boredom”], “occurrences”: 1 },
{ “label”: “rarer”, “emotions”: [“Peace”, “Calmness”, “Present Contentment”], “occurrences”: 2 },
{ “label”: “common”, “emotions”: [“Yearning”, “Saudade”, “Nostalgia”], “occurrences”: 1 }
],
“Emotions towards others”: [
{ “label”: “rarer”, “emotions”: [“Worship”, “Adoration”, “Fondness”], “occurrences”: 1 },
{ “label”: “common”, “emotions”: [“Scorn”, “Contempt”, “Disdain”], “occurrences”: 2 },
{ “label”: “rarer”, “emotions”: [“Empathy”, “Compassion”, “Sympathy”], “occurrences”: 3 },
{ “label”: “common”, “emotions”: [“Rage”, “Anger”, “Irritation”], “occurrences”: 2 },
{ “label”: “rarer”, “emotions”: [“Oneness”, “Deep Belonging”, “Connection”], “occurrences”: 0 },
{ “label”: “common”, “emotions”: [“Alienation”, “Isolation”, “Loneliness”], “occurrences”: 2 },
{ “label”: “rarer”, “emotions”: [“Compassionate pain”, “Empathy”, “Understanding”], “occurrences”: 2 },
{ “label”: “common”, “emotions”: [“Malicious joy”, “Schadenfreude”, “Gloating”], “occurrences”: 0 }
],
“Emotions towards Self”: [
{ “label”: “rarer”, “emotions”: [“Triumph”, “Authentic Pride”, “Confidence”], “occurrences”: 1 },
{ “label”: “common”, “emotions”: [“Humiliation”, “Shame”, “Embarrassment”], “occurrences”: 3 },
{ “label”: “rarer”, “emotions”: [“Valor”, “Courage”, “Bravery”], “occurrences”: 2 },
{ “label”: “common”, “emotions”: [“Terror”, “Fear”, “Apprehension”], “occurrences”: 3 },
{ “label”: “rarer”, “emotions”: [“Faith”, “Unwavering Hope”, “Optimism”], “occurrences”: 1 },
{ “label”: “common”, “emotions”: [“Anguish”, “Despair”, “Hopelessness”], “occurrences”: 2 },
{ “label”: “rarer”, “emotions”: [“Passion”, “Inspiration”, “Motivation”], “occurrences”: 1 },
{ “label”: “common”, “emotions”: [“Numbness”, “Apathy”, “Indifference”], “occurrences”: 0 }
],
“Transcendent emotion”: [
{ “label”: “rarer”, “emotions”: [“Awe”, “Wonder”, “Reverence”], “occurrences”: 1 },
{ “label”: “common”, “emotions”: [“Ennui”, “Boredom”, “Restlessness”], “occurrences”: 1 },
{ “label”: “rarer”, “emotions”: [“Equanimity”, “Serenity”, “Tranquility”], “occurrences”: 2 },
{ “label”: “common”, “emotions”: [“Panic”, “Anxiety”, “Worry”], “occurrences”: 6 },
{ “label”: “rarer”, “emotions”: [“Enlightenment”, “Spiritual Transcendence”, “Elevation”], “occurrences”: 0 },
{ “label”: “common”, “emotions”: [“Drudgery”, “Mundanity”, “Routine”], “occurrences”: 1 },
{ “label”: “rarer”, “emotions”: [“Flow”, “Focus”, “Concentration”], “occurrences”: 2 },
{ “label”: “common”, “emotions”: [“Bewilderment”, “Confusion”, “Puzzlement”], “occurrences”: 3 }
]
}
“`

### 2️⃣ Rarity vs Common Totals

“`json
{
“rare_total”: 27,
“common_total”: 38
}
“`

### 3️⃣ Hume AI Indicator Percentages (1‑decimal)

“`json
{
“Admiration”: 9.5,
“Adoration”: 7.0,
“Aesthetic Appreciation”: 7.0,
“Amusement”: 14.4,
“Anger”: 9.1,
“Anxiety”: 15.4,
“Awe”: 7.6,
“Awkwardness”: 22.7,
“Boredom”: 43.4,
“Calmness”: 49.1,
“Concentration”: 48.4,
“Confusion”: 36.5,
“Contemplation”: 23.0,
“Contempt”: 19.2,
“Contentment”: 14.7,
“Craving”: 6.4,
“Desire”: 6.4,
“Determination”: 14.9,
“Disappointment”: 31.6,
“Disgust”: 9.5,
“Distress”: 18.5,
“Doubt”: 33.2,
“Ecstasy”: 3.3,
“Embarrassment”: 9.8,
“Empathic Pain”: 8.9,
“Entrancement”: 12.0,
“Envy”: 5.1,
“Excitement”: 6.5,
“Fear”: 8.9,
“Guilt”: 8.5,
“Horror”: 3.8,
“Interest”: 30.7,
“Joy”: 9.7,
“Love”: 8.7,
“Nostalgia”: 7.0,
“Pain”: 11.6,
“Pride”: 8.0,
“Realization”: 14.8,
“Relief”: 7.2,
“Romance”: 4.2,
“Sadness”: 23.8,
“Satisfaction”: 13.4,
“Shame”: 7.4,
“Surprise (negative)”: 4.9,
“Surprise (positive)”: 3.7,
“Sympathy”: 7.2,
“Tiredness”: 23.6,
“Triumph”: 3.5
}
“`

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *