hharieta / emotion-ui

Dashboar for Emotion Analyze Fast Api

Home Page:https://emotion-ui-ten.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dashboar for Emotion Analyze Fast Api

https://emotion-ui-ten.vercel.app


Languages

Language:TypeScript 93.7%Language:CSS 5.8%Language:JavaScript 0.5%