Skip to content

Latest commit

 

History

History
111 lines (26 loc) · 1.57 KB

File metadata and controls

111 lines (26 loc) · 1.57 KB

Face-Emotion-Detection-Using-Nodejs

Table of Contents

About

Face and Emotion Detection Node.js Using tensorflow/tfjs, face-api & canvas

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software.

  1. Nodejs (>=ver 12)

  2. node-gyp && node-pre-gyp - Node.js native addon build tool

-> run npm install node-gyp node-pre-gyp -g

Installing

  1. Install the dependencies :
$ npm install

Usage

  1. Run the following command in the root directory
$ npm start
  1. Open POSTMAN and ping POST | http://localhost:3000/upload with following config:

Image of Postman