Skip to content

halflkaka/Toxic-Comment-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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