sourcedexter/tfClassifier
Tensorflow based training and classification scripts for text, images, etc
This tool helps you set up and customize a powerful image and text recognition system without needing to be a machine learning expert. You provide your own images or text examples, and it trains a specialized model that can then identify those specific items or categorize your text. This is ideal for researchers, data analysts, or business owners who need to automate visual inspections or text categorization.
451 stars. No commits in the last 6 months.
Use this if you have a collection of images or text and need a simple way to build a custom system that can automatically identify specific objects within those images or classify the text into categories.
Not ideal if you need to build a machine learning model from scratch or require advanced, highly specialized deep learning architectures.
Stars
451
Forks
272
Language
Python
License
—
Last pushed
Jan 05, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/sourcedexter/tfClassifier"
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