Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 290 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 290 Bytes

Toxic-Comment-Detector

Technical stack

React + Flask

Purpose

Use pretrained model to detect toxic comments on Twitter using Twitter Streaming.

Usage

cd flask  
source env\bin\activate  
python3 app.py
cd react  
npm start  

Check visualization on localhost:3000