Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 424 Bytes

File metadata and controls

20 lines (16 loc) · 424 Bytes

Fake News Classifier

An extension to classify fake/real news using a ML model.

Installing

To install dependencies, run

npm install

To run the extension, first run

npm run build

This will compile the react code inside app/ to /dist. Upload the /dist as unpacked extension.

Authors