IdeaCredIdeaCred

Eddie-oss-369/AI_Emotional_Mirror

40

๐Ÿ’ฌ Reflect on your emotions with AI Emotional Mirror, a tool that clarifies thoughts by gently naming feelings without offering advice.

What's novel

๐Ÿ’ฌ Reflect on your emotions with AI Emotional Mirror, a tool that clarifies thoughts by gently naming feelings without offering advice.

Code Analysis

6 files read ยท 2 rounds

A Streamlit web app that uses a pre-trained DistilRoBERTa model for emotion detection, a basic word-frequency extractive summarizer, and a Groq Llama API call to generate a two-sentence emotional reflection on user input.

Strengths

Clean modular separation of concerns (text utils, emotion model, summarizer, reflector) with a simple, readable pipeline. The reflector prompt engineering is thoughtful, explicitly constraining the LLM to avoid advice and maintain a non-judgmental tone.

Weaknesses

The README is severely misleading, describing a downloadable desktop application with installers when the code is a Streamlit web app requiring Python and an API key. No tests exist, spaCy is loaded but never used, and the summarizer is a trivial word-frequency approach despite the 'advanced NLP' claims.

Score Breakdown

Innovation
3 (25%)
Craft
46 (35%)
Traction
8 (15%)
Scope
31 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+0
Concept Novelty+0

Craft

Ci+0
Tests-1
Polish+0
Releases+0
Has License+0
Code Quality+15
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+0
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+3
Languages+3
Subsystems+5
Bloat Penalty+0
Completeness+6
Contributors+6
Authored Files+4
Readme Code Match+3
Architecture Depth+3
Implementation Depth+8

Evidence

Commits

7

Contributors

2

Files

9

Active weeks

2

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License

โ€”