Please sign in to access this page

MiniMoodBot

MiniMoodBot Used AI

6 devlogs
3h 47m
Created by salman faridat

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").

Timeline

Trying to figure of thee mistake

Update attachment

Ship 1

0 payouts of shell 0 shells

salman faridat

19 days ago

salman faridat Covers 5 devlogs and 3h 36m

Finish up the whole project

Update attachment

Upgraded some section

Update attachment

Try editing this part

Update attachment

Used elif to add some other things anxious and confused and think am done with the first round.

Update attachment

Started by add a bit of greetings and happy, sad positive, and upset mood

Update attachment