brightmart/text_classification
all kinds of text classification models and more with deep learning
This project offers tools to categorize written text, helping you automatically assign labels or topics to documents or sentences. You provide raw text, and it outputs classifications, even for cases where a single piece of text has multiple associated labels. This is for data scientists or NLP engineers who need to build or benchmark models for text understanding tasks.
7,950 stars. No commits in the last 6 months.
Use this if you need to perform multi-label text classification or question-answering on text data and want to experiment with various deep learning models.
Not ideal if you're looking for a low-code solution for text classification without needing to delve into model implementation or code.
Stars
7,950
Forks
2,546
Language
Python
License
MIT
Last pushed
Sep 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/brightmart/text_classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
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