nn-sentiment
Version:
Predicts sentiment for English text using a pre-trained neural network.
35 lines (34 loc) • 867 B
JSON
{
"name": "nn-sentiment",
"version": "1.0.0",
"description": "Predicts sentiment for English text using a pre-trained neural network.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soaxelbrooke/nn-sentiment.git"
},
"keywords": [
"sentiment-analysis",
"sentiment",
"sentiment-classification",
"javascript",
"browser"
],
"author": "Stuart Axelbrooke <stuart@axelbrooke.com> (https://stuart.axelbrooke.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/soaxelbrooke/nn-sentiment/issues"
},
"homepage": "https://github.com/soaxelbrooke/nn-sentiment#readme",
"devDependencies": {
"jest": "^23.6.0",
"node-fetch": "^2.2.0",
"prettier": "^1.14.2"
},
"dependencies": {
"@tensorflow/tfjs": "0.12.0"
}
}