Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.13 KB

File metadata and controls

26 lines (16 loc) · 1.13 KB

detoxify

Chrome extension which detects, classifies and highlights toxic comments under Youtube videos

Devpost Link

There are three parts in the application:

  1. Modelling

The model is built using the dataset from recent Jigsaw Kaggle competition.

  1. Chrome Extension

    • Go to chrome://extensions
    • Enable Developer mode by toggling the button in the upper-right corner
    • Use the 'Load unpacked extension' option and select the folder, containing the extension
  2. Flask App