UNPKG

spam-detection-js

Version:

spam detection based on Naive Bayes classifier

30 lines (29 loc) 713 B
{ "name": "spam-detection-js", "version": "1.0.0", "description": "spam detection based on Naive Bayes classifier", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/praj18/spam-detection-js.git" }, "keywords": [ "spam", "detection", "antispam", "classifier" ], "author": "Prajwal Krishnan", "license": "ISC", "bugs": { "url": "https://github.com/praj18/spam-detection-js/issues" }, "homepage": "https://github.com/praj18/spam-detection-js#readme", "dependencies": { "@tensorflow/tfjs": "^3.12.0", "@tensorflow/tfjs-node": "^3.12.0" } }