DEV Community

Sindhu
Sindhu

Posted on

Website to identify/label emotions

Link: whatfeeling.com

I developed this webapp to help identify and label feelings and it is free to use. It’s based on the Feelings Wheel/Wheel of Emotion.

  • Recommendation feature: The user can input their feeling and the app will classify to one of the top 7 emotions. I am using PerplexityAI's API to extract intention and provide an appropriate recommendation for the user.

  • Share feature: The user has the option to share the results with a trusted person to initiate a conversation.

I'm a backend engineer and do not have much experience developing UI. I used v0.dev to get started with the UI for this app. I'm working on more features. I’d love to hear any feedback—whether it’s about the design, functionality, or additional features.

Details:
Backend - Java
Frontend - Next.js
Hosting - DigitalOcean and Vercel
AI integration - llama 3.x via PerplexityAI

On a personal note, working on this project has been uplifting for me, and I hope it can help others too.

Top comments (0)