mhjabreel/Textify
Textify: A High-level tensorflow framework for text classification.
This framework helps machine learning engineers or data scientists classify text documents, tag text elements, or translate text. You input raw text files, and it outputs structured text classifications, tags, or translated text. It's designed for professionals working with large volumes of text data who need to automate its categorization or transformation.
No commits in the last 6 months.
Use this if you need a high-level framework to build and train machine learning models for common natural language processing tasks like text classification, tagging, or translation.
Not ideal if you are looking for a ready-to-use, pre-trained model for immediate inference without needing to build or customize a solution.
Stars
8
Forks
1
Language
Python
License
—
Last pushed
Jan 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/mhjabreel/Textify"
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
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch