Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 710 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 710 Bytes

Face Sentiment Analyzer with TensorFlow and face-api.js in React app

The purpose of this repository is to provide a demo how to use various face detection ML models and TensorFlow to detect facial expressions and sentiment.

To run the demo

pnpm i && pnpm start

For more detail, you can read my Medium article

Model files in /public/models were taken from:

face-api.js repository

If you don't want to run this locally, you can checkout the live Codesandbox demo.