codewithzichao/DeepClassifier
DeepClassifier is aimed at building general text classification model library.It's easy and user-friendly to build any text classification task.
This is a specialized tool for developers who build applications that automatically categorize text. It helps streamline the process of building, training, and testing text classification models. Developers can input raw text data and configure various neural network models, receiving a trained model that can classify new text inputs.
No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer or data scientist needing to integrate text classification capabilities into your software projects.
Not ideal if you are an end-user looking for a no-code solution to classify text without programming.
Stars
31
Forks
7
Language
Python
License
Apache-2.0
Last pushed
Feb 15, 2021
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/codewithzichao/DeepClassifier"
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