Skip to content

VallariAg/Fake-News-Classifier-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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