Skip to content

This is a demo application that shows how to build a realtime emotion recognizer application with TensorflowJS and Pusher

Notifications You must be signed in to change notification settings

oreHGA/realtime-emotion-recognizer

Repository files navigation

Realtime Emotion Recognition Application with Pusher + Tensorflow.js + Vue

This repository shows how to build a realtime emotion recognintion application that updates a dashboard with the recognized emotions in realtime.

Application Demo

Link to Tutorial

Prerequisites

Getting Started

Install the node modules

yarn install

Run frontend application

yarn serve

Run the backend server

cd server
yarn install
yarn start

Training and Testing

Have a browser tab open on http://localhost:8080/ and another tab open on http://localhost:8080/dashboard to see your results in realtime

Built with

  • Pusher - APIs to enable devs building realtime features
  • Tensorflow.js - A JavaScript library for training and deploying ML models in the browser and on Node.js
  • Vue - A Javascript framework for building interactive interfaces

About

This is a demo application that shows how to build a realtime emotion recognizer application with TensorflowJS and Pusher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published