Please sign in to access this page
MiniMoodBot is a simple, interactive Python program designed to be a friendly digital companion that checks in on your emotional well-being. It's built to engage in a brief, empathetic conversation, offering tailored responses based on how you express your feelings.
-- Why I Built It (or why it's a great project):
This project is a fantastic way to explore basic Natural Language Processing (NLP) concepts by looking for keywords in user input. It demonstrates conditional logic (if/elif/else statements) for different pathways in a program and focuses on creating a positive user experience.
: It's programmed to identify a range of emotions, from positive (like "happy" or "great") to more challenging ones (like "angry," "anxious," or "confused").
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Used elif to add some other things anxious and confused and think am done with the first round.