Emermv / realtime-emotion-recognizer

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

Home Page:https://pusher.com/tutorials/emotion-recognition-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://pusher.com/tutorials/emotion-recognition-tensorflow


Languages

Language:Vue 53.7%Language:JavaScript 41.7%Language:HTML 4.7%