Toxicity Notifier is a chrome extension that detects toxicity level of posts in your newsfeed.
- VueJS
- TensorflowJS
- Tensor Model: Toxicity
Requires Node.js run.
Install the dependencies and devDependencies and start the server.
$ npm install
$ npm run watchAfter building/running it in npm, a dist folder will be generated. The dist folder contains the built files for it to work as an extension.
The following instructions will guide you on how to add the dist folder in Chrome Extensions:
- In your Chrome browser, go to Extensions.
- Enable Developer mode.
- Click the
Load unpackedbutton. - Look for the dist folder in the Toxicity Notifier directory, and click
Select Folder
After loading it, it automatically enables the extension.
GNU GENERAL PUBLIC LICENSE