1.0.6 • Published 3 years ago

fake-news-detector v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this?

Detect fake news with machine learning traine modal

Installation

npm i fake-news-detector --save

Then...

const checkFakeNews = require('fake-news-detector')

console.log(CheckFakeNews('It was very wise to use stick against tank attack'))
// possible outcome will be 0 if news is fake or 1 for real news