EmotionEssence is a fun and experimental real-time facial expression recognition app built with Next.js and face-api.js. It detects your facial emotions through the webcam and maps them to expressive emojis on the screen.
⚡️ Developed in just one day as a demo project for the SLIIT Silver Jubilee Exhibition, so expect a few quirks or bugs.
- Real-time facial emotion detection using your webcam
- Emoji display corresponding to detected emotions
- Built with Next.js and face-api.js
- Lightweight and responsive UI
Make sure you have Node.js installed. Then follow these steps:
git clone https://github.com/your-username/emotionessence.git
cd emotionessence
npm install
export NODE_OPTIONS=--openssl-legacy-provider
npm run dev