liuyaox/text_classification
Text Classification using 15 Deep Learning Models with both Multi-Label and Single-Label Task.
This project helps customer service teams or product managers automatically understand what customers care about from their questions or feedback. You provide raw text data, like user inquiries about mobile phones, and the system outputs which specific topics (e.g., 'Battery', 'Appearance', 'Network') are mentioned or prioritized in each message. It's designed for anyone needing to categorize text efficiently into one or many predefined categories.
No commits in the last 6 months.
Use this if you need to automatically categorize text, such as customer feedback, product reviews, or survey responses, into one or multiple relevant topics or labels.
Not ideal if you're looking for a simple, out-of-the-box solution with pre-trained models for general use cases, as it requires some technical setup and data preparation.
Stars
12
Forks
1
Language
Python
License
—
Last pushed
Mar 12, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/liuyaox/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