Skip to content

anirudhv/EmoTrack

Repository files navigation

EmoTrack

EmoTrack is a web browser based app that measures human emotions through classification of facial expression. It uses the face-api.js Javascript API, a TensorFlow based model, and a computer/smartphone front-facing camera to detect and chart facial expressions. Example of a user changing expressions, an overlay shows the classified emotion Charted facial expressions

Development

This web app is a react project, intended to be deployed on netlify.

Install Dependencies npm install

Run locally npm run start