Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 545 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 545 Bytes

Emotion Detection

Overview

Emotion Detection is a web application built with Flask that analyzes text to detect emotions using the IBM API. This project is the final assignment for the Coursera course "Developing AI Applications with Python and Flask". The application provides an interface for users to input text and receive the detected emotions along with the dominant emotion.

Features

  • Analyzes input text to detect emotions: anger, disgust, fear, joy, and sadness.
  • Displays the emotion scores and the dominant emotion.