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.
- Clone the repository
- Install the dependencies with
pnpm install
- Create a
.env.local
file with the following content:
NEXT_PUBLIC_API_URL=http://localhost:3000/
- 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