All Projects → DavidCai1993 → emotion-detector.js

DavidCai1993 / emotion-detector.js

Licence: MIT License
👹 Emotion recognition in Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to emotion-detector.js

Face Api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
Stars: ✭ 13,258 (+44093.33%)
Mutual labels:  face-detection, emotion-recognition, tensorflowjs
fer
Facial Expression Recognition
Stars: ✭ 32 (+6.67%)
Mutual labels:  face-detection, emotion-recognition
aio-rek
Face recognition based attendance system
Stars: ✭ 19 (-36.67%)
Mutual labels:  face-detection, tensorflowjs
facial-expression-recognition
Facial Expression Recognition Using CNN and Haar-Cascade
Stars: ✭ 44 (+46.67%)
Mutual labels:  face-detection, emotion-recognition
Face-Mask
Real time webcam face detection, protect yourself from COVID19 with a virtual mask
Stars: ✭ 64 (+113.33%)
Mutual labels:  face-detection, tensorflowjs
google-cloud-vision-php
A simple php wrapper for the google cloud vision API
Stars: ✭ 16 (-46.67%)
Mutual labels:  face-detection
pigo-openfaas-faceblur
OpenFaaS faceblur function using the Pigo face detector library. (https://github.com/esimov/pigo)
Stars: ✭ 15 (-50%)
Mutual labels:  face-detection
object detector
Object detector from HOG + Linear SVM framework
Stars: ✭ 24 (-20%)
Mutual labels:  face-detection
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (+6.67%)
Mutual labels:  face-detection
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-33.33%)
Mutual labels:  face-detection
zed face
zedboard上基于FPGA+ARM的人脸识别智能监控系统。关键词:linux,zedboard,arm,fpga,人脸检测,人脸识别。
Stars: ✭ 38 (+26.67%)
Mutual labels:  face-detection
Image-Processing-in-Python
This repository contains the links to the article that I wrote on Medium pertaining to Image processing.
Stars: ✭ 23 (-23.33%)
Mutual labels:  face-detection
MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
Stars: ✭ 294 (+880%)
Mutual labels:  face-detection
lite.ai.toolkit
🛠 A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOX, YOLOP, MODNet, YOLOR, NanoDet, YOLOX, SCRFD, YOLOX . MNN, NCNN, TNN, ONNXRuntime, CPU/GPU.
Stars: ✭ 1,354 (+4413.33%)
Mutual labels:  face-detection
MTCNN TRAIN
MTCNN_Training Scripts For Face Detection with PyTorch 0.4.0
Stars: ✭ 56 (+86.67%)
Mutual labels:  face-detection
emotic
PyTorch implementation of Emotic CNN methodology to recognize emotions in images using context information.
Stars: ✭ 57 (+90%)
Mutual labels:  emotion-recognition
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (+80%)
Mutual labels:  face-detection
bodymoji
Draws an emoji on your face! Powered by Nuxt.js, Tensorflow.js and Posenet
Stars: ✭ 21 (-30%)
Mutual labels:  tensorflowjs
Image-Detection-Samples
This sample app supports "Building a MVP with Face recognition and AR" and "Quest of a Hero part 2" presentations as well as it has two different possibilities to build face detection mechanism. The first one is OpenCV based and the second one is by means of Camera 2 API
Stars: ✭ 36 (+20%)
Mutual labels:  face-detection
OpenCV-Anime-Face-Detector
Using OpenCV to detect and mark face and eye features in videos and images. Anime and manga faces are also detected.
Stars: ✭ 20 (-33.33%)
Mutual labels:  face-detection

emotion-detector.js

js-standard-style Build Status

Emotion recognition in Node.js, using TensorFlow.js and OpenCV.

Some Examples

faces-result.jpg ronaldo-result.jpg angry-happy.jpg

Installation

npm i emotion-detector -g

How To Use It

Draw The Result On Given Image (Like Examples)

emotion-detector-js draw -i ./images/input.jpg -o ./output.jpg -c white

Output The Result To Terminal

emotion-detector-js info -i ./images/input.jpg
// Output:
// [ { face: { x: 251, y: 58, height: 82, width: 82 },
//     emotion: 'happy' },
//   { face: { x: 478, y: 73, height: 88, width: 88 },
//     emotion: 'happy' },
//   { face: { x: 24, y: 80, height: 100, width: 100 },
//     emotion: 'happy' },
//   { face: { x: 112, y: 97, height: 87, width: 87 },
//     emotion: 'happy' } ]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].