https://github.com/micheleriva/emotion-detection-ml-example
🤓 Simple Emotion Detection Neural Network made with brain.js for an article on Hackdoor
https://github.com/micheleriva/emotion-detection-ml-example
brainjs emotion-detection es6 js machine-learning ml nodejs
Last synced: 5 months ago
JSON representation
🤓 Simple Emotion Detection Neural Network made with brain.js for an article on Hackdoor
- Host: GitHub
- URL: https://github.com/micheleriva/emotion-detection-ml-example
- Owner: micheleriva
- License: mit
- Created: 2018-03-22T22:49:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T17:28:24.000Z (over 5 years ago)
- Last Synced: 2025-03-30T19:23:09.015Z (6 months ago)
- Topics: brainjs, emotion-detection, es6, js, machine-learning, ml, nodejs
- Language: JavaScript
- Homepage: https://www.hackdoor.io/articles/WjpmYpPD/emotion-detection-with-javascript-neural-networks
- Size: 5.86 KB
- Stars: 30
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤓 Emotion detection with JavaScript neural networks
This is just an example repository for the Medium article.
```shell
$ git clone https://github.com/EpkCloud/Emotion-Detection-ML-Example .
$ yarn install
$ node index.js
```Read the full article [Here](https://www.hackdoor.io/articles/WjpmYpPD/emotion-detection-with-javascript-neural-networks)