chachamatcha/DL_Text_Classification
Collection of Deep Learning Text Classification Models in Keras; Includes a GPU tutorial.
This helps online communities and content platforms automatically identify and flag different types of inappropriate or 'toxic' user comments. It takes raw text comments as input and outputs a prediction of how likely each comment is to be toxic, severely toxic, obscene, a threat, an insult, or identity-hate. Content moderators, community managers, or platform administrators can use this to improve discussion quality at scale.
No commits in the last 6 months.
Use this if you need pre-built deep learning models and a detailed guide to detect various forms of toxicity in user-generated text, particularly for online discussion platforms.
Not ideal if you're looking for a simple, out-of-the-box API service for content moderation without needing to understand or implement deep learning models yourself.
Stars
14
Forks
1
Language
Jupyter Notebook
License
MIT
Last pushed
Apr 29, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chachamatcha/DL_Text_Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch