What is it for?
A script that uses pre-trained model and convert into usabe javascript format as text based model JSON file.
Use a toxicity model to determine if a phrase is toxic in a number of categories. It gives a set of probabilities ranged from insult to threat.
Link for pre-trained model: https://github.com/tensorflow/tfjs-models/tree/master/toxicity.
Press Crtl+Shift+I to active developer tool.