git clone https://github.com/hollowsunsets/FaceZoom.git
git checkout js
cd app
npm i
npm start
Open a web browser to http://localhost:3000
and you will be able to see the app.
This is a web application that takes photos of your face using a webcam, and categorizes them as angry, disgusted, sad, happy, etc.
Your expression is evaluated using face-api.js, a face recognition API built for browser JavaScript.