Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ludwigstumpp/twitter-toxicity
A Browser Plugin to evaluate the toxicity level of Twitter Tweets.
https://github.com/ludwigstumpp/twitter-toxicity
chrome-extension javascript machine-learning nlp tfjs twitter
Last synced: 2 months ago
JSON representation
A Browser Plugin to evaluate the toxicity level of Twitter Tweets.
- Host: GitHub
- URL: https://github.com/ludwigstumpp/twitter-toxicity
- Owner: LudwigStumpp
- Created: 2021-10-10T13:58:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T18:28:49.000Z (about 2 years ago)
- Last Synced: 2023-05-03T17:54:49.879Z (almost 2 years ago)
- Topics: chrome-extension, javascript, machine-learning, nlp, tfjs, twitter
- Language: JavaScript
- Homepage:
- Size: 412 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-toxicity
A Browser Plugin to evaluate the toxicity level of Twitter Tweets. Based on the [Tensorflow.js Toxicity Classifier](https://github.com/tensorflow/tfjs-models/blob/master/toxicity/README.md).## 1. Demo
![current_status](https://user-images.githubusercontent.com/42147848/170800205-4dd37317-83fd-4b86-926c-df059ad62fc8.gif)## 2. Browser Support
Currently only supports Chrome browser. If I find some time, I will make it work on Firefox as well.## 3. How to use
Currently the plugin has not yet been published to the Chrome extension store. Therefore, you need to add it to your Chrome browser on your own. These are the required steps:1. Download the `dist.zip` folder in the latest release and unpack.
2. Open your local extensions page of your Chrome browser. In the top left corner click on `Load unpacked` and select the `dist` directory.
3. Visit `https://twitter.com`.In order to test the behaviour of the toxicity predictor, a click on the plugin icon opens a form where one can check the toxicity of any arbitrary text.