A web application that detects your emotional state and reacts accordingly. This app uses face-api.js to analyze facial expressions and displays an ASCII robot face that matches the detected emotion.
Install dependencies:
npm install
To run the development server:
npm run dev
To check for linting errors:
npm run check
To format the code:
npm run format