Skip to content

EmotionEssence is a Next.js application that uses face-api.js to recognize facial expressions in real-time and map them to emojis.

Notifications You must be signed in to change notification settings

ms-club-sliit/ms-emotionEssence

Repository files navigation

Getting Started

1. Fork the Repository

Click on the Fork button at the top right of the repository page to create your own copy.

2. Clone the Repository

Clone your forked repository to your local machine:

git clone https://github.com/your-username/repository-name.git

Replace your-username with your GitHub username and repository-name with the repository name.

3. Navigate to the Project Directory

cd repository-name

4. Install Dependencies

Run the following command to install project dependencies:

npm install

5. Start the Development Server

Use the following command to start the next development server:

export NODE_OPTIONS=--openssl-legacy-provider
npm run dev

About

EmotionEssence is a Next.js application that uses face-api.js to recognize facial expressions in real-time and map them to emojis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published