Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 919 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 919 Bytes

Toxicity Detection

Record your conversation and detect its toxicity.

Note: We do not save your conversation, everything runs on your browser and you can verify it in the code.

Page of repo: https://eddynelson.github.io/toxicity-detection/

Build & Run with Docker

docker build -t toxicity-detection:1.0.0 .

docker run -d -p 8080:80 --name toxicity-detection:1.0.0 toxicity_detection

Requirements

To use it, you need one of the following browsers,

Resources

The Toxicity implementation is based and powered by TensorFlow.js official model