Emotion-Detection-ML-Example icon indicating copy to clipboard operation
Emotion-Detection-ML-Example copied to clipboard

🤓 Simple Emotion Detection Neural Network made with brain.js for an article on Hackdoor

Results 2 Emotion-Detection-ML-Example issues
Sort by recently updated
recently updated
newest added

it says this when i type in "node ." into terminal TypeError: data.map is not a function at encodeData (/Volumes/TOSHIBA EXT/emotion Detection in text/serializer.js:30:17) at Object.serialize (/Volumes/TOSHIBA EXT/emotion Detection in...

Hi there, I checked out the code, ran "npm install", then "node index.js", but I get the following output: ``` { happy: NaN, sad: NaN } ``` Any idea what's...