/emotion-ui

Dashboar for Emotion Analyze Fast Api

Primary LanguageTypeScript

Emotion Analyzer Dashboard

This is a dashboard that analyzes the emotions of a text. It uses the IBM Watson NLU API to analyze the emotions of a text. The emotions are classified into 5 categories: joy, sadness, anger, fear and disgust.

Dashboard

Text Area

How to run the project

  1. Clone the repository
  2. Install the dependencies with pnpm install
  3. Create a .env.local file with the following content:
NEXT_PUBLIC_API_URL=http://localhost:3000/
  1. Run the project with pnpm dev

Note: You need to have the backend running in order to use the dashboard. You can find the backend repository here

Technologies used